aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.devel
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-21 13:16:12 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-21 13:16:12 +0000
commit6793b01948ffed221062c1a3346f4b7cd19dcb4d (patch)
treef5867fc7039ace38d81f4fcca8a632970cfe6444 /Makefile.devel
parent768504deb41449808a6d73cc726390d32f3daf19 (diff)
Only distribute info file, not pdf
Diffstat (limited to 'Makefile.devel')
-rw-r--r--Makefile.devel3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.devel b/Makefile.devel
index 097d4a02..74a1bc3a 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -161,7 +161,7 @@ TAR=tar
UNFINISHED_ELISP=
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 doc/notes.txt doc/ProofGeneral.jpg doc/ProofGeneralPortrait.eps.gz etc/trac/* etc/testsuite/* $(UNFINISHED_ELISP) $(ETC_FILES)
-DOCDISTFILES=doc/ProofGeneral.{pdf,info} doc/PG-adapting.{pdf,info}
+DOCDISTFILES=doc/ProofGeneral.info doc/PG-adapting.info
# Files not to include in the ordinary distribution tarball, but left
# in the server's copy of the distribution.
@@ -338,7 +338,6 @@ tag:
untag:
cvs tag -d "$(CVS_RELEASENAME)"
-
############################################################
##
## dist: make a distribution in DISTBUILDIR from CVS sources