aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 73876d0f4178f8512aa09abdf6fad202960a5647 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.