aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..575f072
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,15 @@
+VERSION=0.9.8
+
+all:
+ echo "Run make dis"
+
+clean:
+ find . -type d -name '.xvpics'|xargs rm -rf
+
+install: clean
+ rm -rf mandrake_desk-$(VERSION)
+ mkdir mandrake_desk-$(VERSION)
+ find . ! -name mandrake_desk-$(VERSION)|cpio -pvd mandrake_desk-$(VERSION)
+ find mandrake_desk-$(VERSION) -type d -name CVS|xargs rm -rf
+ tar cyf ../mandrake_desk-$(VERSION).tar.bz2 mandrake_desk-$(VERSION)
+ rm -rf mandrake_desk-$(VERSION)