aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..73876d0
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,27 @@
+PROJECT = gcide
+VERSION = 0.51
+
+DISTFILES=\
+ $(wildcard CIDE.[A-Z])\
+ COPYING\
+ PRONUNC.JPG\
+ PRONUNC.WEB\
+ README.DIC\
+ SYMBOLS.JPG\
+ TAGSET.WEB\
+ WEBFONT.ASC\
+ WXXVII.JPG
+
+DISTBASE = $(PROJECT)-$(VERSION)
+
+distdir:
+ rm -rf $(DISTBASE)
+ mkdir $(DISTBASE)
+ cp $(DISTFILES) $(DISTBASE)
+
+dist: distdir
+ GZIP=--best tar -Hustar -czf $(DISTBASE).tar.gz $(DISTBASE)
+ tar -Hustar -cJf $(DISTBASE).tar.xz $(DISTBASE)
+ rm -f $(DISTBASE).zip; zip -9 -r $(DISTBASE).zip $(DISTBASE)
+ rm -rf $(DISTBASE)
+

Return to:

Send suggestions and report system problems to the System administrator.