aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.devel
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-25 16:37:24 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-25 16:37:24 +0000
commitaa3d19548bb57af46369d0c08e007ee6456bed86 (patch)
treedc2dd074e64311553c343431111ea641a18e1d95 /Makefile.devel
parent5758742b835d8b3012c086538d57aa590b788dda (diff)
Fix link to image file.
Diffstat (limited to 'Makefile.devel')
-rw-r--r--Makefile.devel6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.devel b/Makefile.devel
index 2ea80a2d..25be26e1 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -109,11 +109,11 @@ TAR=tar
DEVELMAKE=make -f Makefile.devel
# Files not to include the distribution area or tarball
-NONDISTFILES=.cvsignore */.cvsignore html etc Makefile.devel doc/notes.txt doc/ProofGeneral.dvi doc/ProofGeneral.eps* images/*.xcf images/notes.txt images/gimp images/Makefile Makefile.xemacs plastic/
+NONDISTFILES=.cvsignore */.cvsignore html etc Makefile.devel Makefile.xemacs doc/notes.txt doc/ProofGeneral.dvi doc/ProofGeneral.eps* images/*.xcf images/notes.txt images/gimp images/Makefile plastic/
# Files not to include in the ordinary distribution tarball, but left
# in the server's copy of the distribution.
-IGNOREDFILES=doc/ProofGeneral.dvi doc/ProofGeneral.ps.gz doc/ProofGeneral.eps.gz Makefile.devel todo ChangeLog doc/ProofGeneral.pdf doc/ProofGeneral.ps
+IGNOREDFILES=Makefile.devel todo ChangeLog doc/ProofGeneral.dvi doc/ProofGeneral.ps.gz doc/ProofGeneral.pdf doc/ProofGeneral.ps
# Temporary directory to to build a distribution in
DISTBUILDIR = /tmp/ProofGeneralRelease
@@ -222,7 +222,7 @@ doc: FORCE
(cd doc; $(MAKE) doc)
distdocs: FORCE
- (cd doc; ln -s ../html/ProofGeneral.eps.gz .; $(MAKE) dist)
+ (cd doc; ln -s ../html/ProofGeneralPortrait.eps.gz .; $(MAKE) dist)
############################################################
#