aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-22 18:41:56 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-22 18:41:56 +0000
commit96b5eeec27cc88fe5dabf484cddd49674d6ff35f (patch)
tree4e04b4bf79cc19faf173e9592106414552afc557
parent01981de62f510b0049a6cdfa2d6790e8b2e66e1d (diff)
Added link during distdocs build to front page image
-rw-r--r--Makefile.devel4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.devel b/Makefile.devel
index c17662a9..c16a8e7a 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -110,7 +110,7 @@ NONDISTFILES=.cvsignore */.cvsignore html etc Makefile.devel doc/notes.txt doc/P
# 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.eps.gz Makefile.devel todo ChangeLog
+IGNOREDFILES=doc/ProofGeneral.dvi doc/ProofGeneral.eps.gz Makefile.devel todo ChangeLog doc/ProofGeneral.pdf doc/ProofGeneral.ps
# Temporary directory to to build a distribution in
DISTBUILDIR = /tmp/ProofGeneralRelease
@@ -219,7 +219,7 @@ doc: FORCE
(cd doc; $(MAKE) doc)
distdocs: FORCE
- (cd doc; $(MAKE) dist)
+ (cd doc; ln -s ../html/ProofGeneral.eps.gz .; $(MAKE) dist)
############################################################
#