changeset 2027:f996e3a81343

[project @ 1996-03-23 10:55:46 by jwe]
author jwe
date Sat, 23 Mar 1996 10:56:54 +0000
parents ddd495aca372
children 046d83c6f0af
files Makefile.in octMakefile.in
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in
+++ b/Makefile.in
@@ -31,7 +31,9 @@
 	@echo ""
 	$(MAKE) -f octMakefile all
 
-TARGETS = octave-bug libcruft liboctave kpathsea info plplot readline \
+# plplot should go in TARGETS if we start distributing it.
+
+TARGETS = octave-bug libcruft liboctave kpathsea info readline \
 	src scripts doc check octave.info INSTALL.OCTAVE BUGS \
 	install uninstall tags TAGS clean-tar dist-z links-for-dist dist-tar \
 	clean-dist-tar dist links-for-bin-dist bin-dist-tar \
--- a/octMakefile.in
+++ b/octMakefile.in
@@ -29,7 +29,7 @@
 	MAKEINFO.PATCH ChangeLog ChangeLog.[0-9] 
 
 # Complete directory trees to distribute.
-DISTDIRS = emacs glob kpathsea make plplot
+DISTDIRS = emacs glob kpathsea make # plplot
 
 # Subdirectories in which to run `make all'.
 SUBDIRS = @INFO_DIR@ @PLPLOT_DIR@ @READLINE_DIR@ glob kpathsea \