aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-02-02 14:42:06 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-02-02 14:42:06 +0200
commit3d4fbac289846464491104b01bebe554da6758da (patch)
treeef314e6d3f0c12d1879e43c4c0bb5753cc9e5f78 /Makefile
parentb61268b9deea32b7d965808f47d1227e3197a83c (diff)
downloadgcide-3d4fbac289846464491104b01bebe554da6758da.tar.gz
gcide-3d4fbac289846464491104b01bebe554da6758da.tar.bz2
Reorganize the directory structure.
* .gitignore: New file. * Makefile: Fix the list of distributed files. * README.DIC: Rename to README and edit. * WXXVII.JPG: Remove. * abbrevn.lst: New file. * authors.lst: New file. * gcide.conf: New file. * PRONUNC.JPG: Rename to pronunc.jpg. * PRONUNC.WEB: Rename to pronunc.txt. * SYMBOLS.JPG: Rename to symbols.jpg * TAGSET.WEB: Rename to tagset.txt * WEBFONT.ASC: Rename to webfont.txt. * titlepage.png: New file.
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.