From aa3d19548bb57af46369d0c08e007ee6456bed86 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 25 Nov 1999 16:37:24 +0000 Subject: Fix link to image file. --- Makefile.devel | 6 +++--- 1 file 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) ############################################################ # -- cgit v1.2.3