aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-01-30 12:33:41 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-01-30 12:33:41 +0200
commitb61268b9deea32b7d965808f47d1227e3197a83c (patch)
treeb76b13d29d45b991246d1f4c8d54c49281e11298
parent45bf9d9c1860e7950f073da828cfd5aed34d3491 (diff)
downloadgcide-b61268b9deea32b7d965808f47d1227e3197a83c.tar.gz
gcide-b61268b9deea32b7d965808f47d1227e3197a83c.tar.bz2
Add 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.