summaryrefslogtreecommitdiffstats
path: root/advertising/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'advertising/Makefile')
-rw-r--r--advertising/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/advertising/Makefile b/advertising/Makefile
new file mode 100644
index 000000000..5c83cacf3
--- /dev/null
+++ b/advertising/Makefile
@@ -0,0 +1,18 @@
+VERSION = 10
+PRODUCT = drakx-installer-advertising
+
+THEME = pwp
+DESTDIR = $(ROOTDEST)/install/extra/advertising
+
+install:
+ rm -rf $(DESTDIR)
+ install -d $(DESTDIR)
+ install -m755 `cat list-$(THEME) | sed 's/png$$/pl/'` $(DESTDIR)
+ install -m644 `cat list-$(THEME)` $(DESTDIR)
+ install -m644 list-$(THEME) $(DESTDIR)/list
+
+tar:
+ git archive --prefix $(PRODUCT)-$(VERSION)/ HEAD | xz -9 > $(PRODUCT)-$(VERSION).tar.xz
+
+clean:
+ find . -name "*~" -o -name ".#*" | xargs rm -f