aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile25
1 files changed, 18 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 73876d0..1a2bb1d 100644
--- a/Makefile
+++ b/Makefile
@@ -4,13 +4,24 @@ VERSION = 0.51
DISTFILES=\
$(wildcard CIDE.[A-Z])\
COPYING\
- PRONUNC.JPG\
- PRONUNC.WEB\
- README.DIC\
- SYMBOLS.JPG\
- TAGSET.WEB\
- WEBFONT.ASC\
- WXXVII.JPG
+ README\
+ pronunc.jpg\
+ symbols.jpg\
+ pronunc.txt\
+ tagset.txt\
+ webfont.txt\
+ abbrevn.lst\
+ authors.lst\
+ titlepage.png
+
+anclist:
+ @ls -o $(DISTFILES) | grep -v 'CIDE.[A-Z]'
+
+clean:
+ rm -f *~
+
+distclean: clean
+ rm -f $(DISTBASE).tar.gz $(DISTBASE).tar.xz $(DISTBASE).zip
DISTBASE = $(PROJECT)-$(VERSION)

Return to:

Send suggestions and report system problems to the System administrator.