diff octMakefile.in @ 4378:7d48a8fba1d4

[project @ 2003-04-19 00:03:47 by jwe]
author jwe
date Sat, 19 Apr 2003 00:03:50 +0000
parents 73431774c0b7
children 2de7c7452a1e
line wrap: on
line diff
--- a/octMakefile.in	Thu Apr 17 19:13:25 2003 +0000
+++ b/octMakefile.in	Sat Apr 19 00:03:50 2003 +0000
@@ -24,18 +24,19 @@
 	acx_blas.m4 acx_lapack.m4 config.h.in install-sh autogen.sh
 
 DISTFILES = $(CONF_DISTFILES) \
-	BUGS COPYING FLEX.patch INSTALL INSTALL.OCTAVE NEWS NEWS.[0-9] \
-	PROJECTS README README.Linux README.Windows README.MachTen ROADMAP \
-	SENDING-PATCHES THANKS move-if-change octave-sh octave-bug.in \
+	BUGS COPYING FLEX.patch INSTALL INSTALL.OCTAVE NEWS \
+	NEWS.[0-9] PROJECTS README README.Linux README.Windows \
+	README.MachTen README.kpathsea ROADMAP SENDING-PATCHES \
+	THANKS move-if-change octave-sh octave-bug.in \
 	octave-config.in install-octave.in mk-opts.pl mkinstalldirs \
 	mkoctfile.in texi2dvi ChangeLog ChangeLog.[0-9]
 
 # Complete directory trees to distribute.
-DISTDIRS = glob kpathsea # plplot
+DISTDIRS = glob # plplot
 
 # Subdirectories in which to run `make all'.
 SUBDIRS = @PLPLOT_DIR@ @DLFCN_DIR@ @GLOB_DIR@ \
-	kpathsea libcruft liboctave scripts doc examples
+	libcruft liboctave scripts doc examples
 
 ALL_SUBDIRS = $(SUBDIRS) src
 
@@ -61,7 +62,7 @@
 BINDISTSUBDIRS = libcruft liboctave src scripts doc emacs examples
 
 # Subdirectories in which to run clean targets.
-CLEANSUBDIRS = $(DISTSUBDIRS) @GLOB_DIR@ kpathsea
+CLEANSUBDIRS = $(DISTSUBDIRS) @GLOB_DIR@
 
 DIRS_TO_MAKE = $(bindir) $(libdir) $(octincludedir)/octave $(fcnfiledir) \
   $(octfiledir) $(archlibdir) $(localarchlibdir) \
@@ -95,10 +96,6 @@
 	$(MAKE) -C test check
 .PHONY: check
 
-kpathsea.info:
-	$(MAKE) -C kpathsea kpathsea.info
-.PHONY: kpathsea.info
-
 octave.info:
 	$(MAKE) -C doc/interpreter octave.info
 .PHONY: octave.info
@@ -171,8 +168,7 @@
 	  -o -name config.status -o -name config.cache -o -name stamp-h \
 	  -o -name klibtool.config -o -name stamp-auto \
 	  -o -name c-auto.h \) -print | xargs rm -rf
-	find `cat .fname`/kpathsea `cat .fname`/glob \
-	  -name Makefile | xargs rm -f
+	find `cat .fname`/glob -name Makefile | xargs rm -f
 	find `cat .fname`/glob -name config.h | xargs rm -f
 	rm -f `cat .fname`/test/octave.test/*.m
 	chmod -R a+rwX `cat .fname`