changeset 3662:74dc2917b75f

[project @ 2000-04-25 06:45:15 by jwe]
author jwe
date Tue, 25 Apr 2000 06:45:16 +0000
parents 1d8d6429396a
children 719cc61d6dc6
files libcruft/ChangeLog libcruft/misc/Makefile.in
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libcruft/ChangeLog	Sun Apr 23 08:23:09 2000 +0000
+++ b/libcruft/ChangeLog	Tue Apr 25 06:45:16 2000 +0000
@@ -1,3 +1,8 @@
+2000-04-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* misc/Makefile.in (install, uninstall): Include files go in
+	$(octincludedir)/octave, not just $(octincludedir).
+
 2000-03-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* Makefile.in (LIBRARIES): Conditionally define. 	
--- a/libcruft/misc/Makefile.in	Sun Apr 23 08:23:09 2000 +0000
+++ b/libcruft/misc/Makefile.in	Tue Apr 25 06:45:16 2000 +0000
@@ -40,15 +40,15 @@
 include ../Makerules
 
 install install-strip::
-	$(top_srcdir)/mkinstalldirs $(octincludedir)
+	$(top_srcdir)/mkinstalldirs $(octincludedir)/octave
 	for f in $(INCLUDES); do \
-	  rm -f $(octincludedir)/$$f; \
-	  $(INSTALL_DATA) $(srcdir)/$$f $(octincludedir)/$$f; \
+	  rm -f $(octincludedir)/octave/$$f; \
+	  $(INSTALL_DATA) $(srcdir)/$$f $(octincludedir)/octave/$$f; \
 	done
 	$(mk-includedir-link)
 
 uninstall::
-	for f in $(INCLUDES); do rm -f $(octincludedir)/$$f; done
+	for f in $(INCLUDES); do rm -f $(octincludedir)/octave/$$f; done
 
 # Don't optimize.