diff octMakefile.in @ 2405:e6adec89527e

[project @ 1996-10-14 16:23:48 by jwe]
author jwe
date Mon, 14 Oct 1996 16:23:50 +0000
parents cb2ed43762d0
children dc870b8b229f
line wrap: on
line diff
--- a/octMakefile.in	Sun Oct 13 18:42:18 1996 +0000
+++ b/octMakefile.in	Mon Oct 14 16:23:50 1996 +0000
@@ -75,6 +75,10 @@
 	cd test; $(MAKE) check
 .PHONY: check
 
+kpathsea.info:
+	cd kpathsea ; $(MAKE) kpathsea.info
+.PHONY: kpathsea.info
+
 octave.info:
 	cd doc/interpreter ; $(MAKE) octave.info
 .PHONY: octave.info
@@ -112,8 +116,9 @@
 .PHONY: clean mostlyclean distclean maintainer-clean
 
 maintainer-clean distclean::
-	rm -f octMakefile octave-bug Makefile Makeconf config.cache \
-	config.h config.log config.status Makerules.f77 mk-oct-links
+	rm -f octMakefile octave-bug Makefile Makeconf config.cache
+	rm -f config.h config.log config.status Makerules.f77
+	rm -f mk-oct-links mkoctfile
 
 # Now that things are under RCS control, we need to do the recursive
 # chmod so that the distributed files end up with reasonable modes.
@@ -145,7 +150,10 @@
 
 # Rules for making a source distribution.
 
-links-for-dist: octave.info INSTALL.OCTAVE BUGS
+dist-info-files: octave.info INSTALL.OCTAVE BUGS kpathsea.info
+.PHONY: dist-info-files
+
+links-for-dist: dist-info-files
 	echo octave-$(version) > .fname
 	rm -rf `cat .fname`
 	mkdir `cat .fname`
@@ -168,7 +176,7 @@
 
 # Rules for making a binary distribution.
 
-links-for-bin-dist: octave.info INSTALL.OCTAVE BUGS
+links-for-bin-dist: dist-info-files
 	echo octave-$(version) > .fname
 	rm -rf `cat .fname`
 	mkdir `cat .fname`
@@ -211,7 +219,7 @@
 
 # Rules for making a distribution for local use.
 
-local-dist-tar: octave.info INSTALL.OCTAVE BUGS
+local-dist-tar: dist-info-files
 	echo octave-local-$(version) > .fname
 	rm -rf `cat .fname`
 	mkdir `cat .fname`