aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.devel
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-13 22:17:53 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-13 22:17:53 +0000
commit1408ad978832468872393f9b16e74c09dbdc7367 (patch)
tree00ab2e28b42a261720e96a240009ab638304d212 /Makefile.devel
parentdb414967948b2a7c7f08933af9d4de19f3c2f7bb (diff)
Account for removed files
Diffstat (limited to 'Makefile.devel')
-rw-r--r--Makefile.devel15
1 files changed, 1 insertions, 14 deletions
diff --git a/Makefile.devel b/Makefile.devel
index 86930a3f..d6411a06 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -169,7 +169,7 @@ ZIP=zip
# FIXME: really this should be an opt-in list!
UNFINISHED_ELISP=generic/pg-metadata.el generic/pg-xhhtml.el generic/_pkg.el
ETC_FILES=etc/lego etc/coq etc/demoisa etc/isa etc/isar etc/lego etc/patches etc/pgkit etc/*.txt pgkit etc/Mailman
-NONDISTFILES=.cvsignore */.cvsignore Makefile.devel Makefile.xemacs doc/notes.txt doc/ProofGeneral.dvi doc/PG-adapting.dvi doc/ProofGeneral.jpg images/*.xcf images/notes.txt images/gimp images/Makefile $(UNFINISHED_ELISP) $(ETC_FILES)
+NONDISTFILES=.cvsignore */.cvsignore Makefile.devel Makefile.xemacs doc/notes.txt doc/ProofGeneral.dvi doc/PG-adapting.dvi doc/ProofGeneral.jpg $(UNFINISHED_ELISP) $(ETC_FILES)
# Files not to include in the ordinary distribution tarball, but left
# in the server's copy of the distribution.
@@ -284,7 +284,6 @@ distclean: devclean clean
@echo "***** CLEANING UP ALL JUNK FILES ****"
find . \( -name '*~' -o -name '#*#' -o -name '\.\#*' \) -print | xargs rm -f
(cd doc; $(MAKE) distclean)
- (cd images; $(MAKE) distclean)
############################################################
#
@@ -294,7 +293,6 @@ cvsclean: clean
@echo "***** CLEANING UP ALL NON-CVS FILES ****"
# rm -rf $(FILES_NONCVS)
(cd doc; $(MAKE) distclean)
- (cd images; $(MAKE) cvsclean)
############################################################
@@ -327,17 +325,6 @@ distcompile: FORCE
############################################################
-#
-# Images
-#
-images: FORCE
- @echo "***** MAKING IMAGES ****"
- (cd images; $(MAKE) images)
-
-
-
-
-############################################################
##
## tag: tag the CVS sources of working directory with CVS_RELEASENAME,
## set version stamp in proof-site.el and ProofGeneral.spec