aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parent45bf9d9c1860e7950f073da828cfd5aed34d3491 (diff)
downloadgcide-b61268b9deea32b7d965808f47d1227e3197a83c.tar.gz
gcide-b61268b9deea32b7d965808f47d1227e3197a83c.tar.bz2
Add Makefile.
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 @@
1PROJECT = gcide
2VERSION = 0.51
3
4DISTFILES=\
5 $(wildcard CIDE.[A-Z])\
6 COPYING\
7 PRONUNC.JPG\
8 PRONUNC.WEB\
9 README.DIC\
10 SYMBOLS.JPG\
11 TAGSET.WEB\
12 WEBFONT.ASC\
13 WXXVII.JPG
14
15DISTBASE = $(PROJECT)-$(VERSION)
16
17distdir:
18 rm -rf $(DISTBASE)
19 mkdir $(DISTBASE)
20 cp $(DISTFILES) $(DISTBASE)
21
22dist: distdir
23 GZIP=--best tar -Hustar -czf $(DISTBASE).tar.gz $(DISTBASE)
24 tar -Hustar -cJf $(DISTBASE).tar.xz $(DISTBASE)
25 rm -f $(DISTBASE).zip; zip -9 -r $(DISTBASE).zip $(DISTBASE)
26 rm -rf $(DISTBASE)
27

Return to:

Send suggestions and report system problems to the System administrator.