changeset 8722:3cedb606145d

create $(DESTDIR)$(octetcdir) when installing
author John W. Eaton <jwe@octave.org>
date Wed, 11 Feb 2009 10:14:58 -0500
parents e9cb742df9eb
children 0899370cce9f
files ChangeLog doc/ChangeLog doc/interpreter/Makefile.in octMakefile.in
diffstat 4 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Feb 11 15:25:53 2009 +0100
+++ b/ChangeLog	Wed Feb 11 10:14:58 2009 -0500
@@ -4,6 +4,7 @@
 	* Makeconf.in (octetcdir): New variable.
 	(do-subst-default-vals): Substitute octetcdir.
 	* octMakefile.in (install, uninstall): Use $(octetcdir) for NEWS.
+	(DIRS_TO_MAKE): Add $(octetcdir) to the list.
 
 2009-02-10  Rafael Laboissiere  <rafael@debian.org>
 
--- a/doc/ChangeLog	Wed Feb 11 15:25:53 2009 +0100
+++ b/doc/ChangeLog	Wed Feb 11 10:14:58 2009 -0500
@@ -2,7 +2,8 @@
 
 	* interpreter/Makefile.in (uninstall): Use $(DESTDIR) here too.
 	Uninstall Info dir file.  Uninstall DOC file.
-	(install): Install DOC file.
+	(install): Install DOC file.  Add $(DESTDIR)$(octetcdir) to the
+	list of directories to make.
 
 2009-02-10  John W. Eaton  <jwe@octave.org>
 
--- a/doc/interpreter/Makefile.in	Wed Feb 11 15:25:53 2009 +0100
+++ b/doc/interpreter/Makefile.in	Wed Feb 11 10:14:58 2009 -0500
@@ -292,7 +292,7 @@
 
 install install-strip: all
 	@$(subdir-for-command)
-	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(man1dir) $(DESTDIR)$(infodir)
+	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(man1dir) $(DESTDIR)$(infodir) $(DESTDIR)$(octetcdir)
 	@if test -d $(DESTDIR)$(man1dir); then \
 	  for f in $(MAN_BASE); do \
 	    rm -f $(DESTDIR)$(man1dir)/$$f$(man1ext); \
--- a/octMakefile.in	Wed Feb 11 15:25:53 2009 +0100
+++ b/octMakefile.in	Wed Feb 11 10:14:58 2009 -0500
@@ -67,7 +67,7 @@
 
 DIRS_TO_MAKE = $(bindir) $(datadir) $(libdir) $(octincludedir)/octave \
   $(fcnfiledir) $(localfcnfiledir) $(localapifcnfiledir) \
-  $(localverfcnfiledir) $(octfiledir) $(localoctfiledir) \
+  $(localverfcnfiledir) $(octetcdir) $(octfiledir) $(localoctfiledir) \
   $(localapioctfiledir) $(localveroctfiledir) $(imagedir) $(archlibdir) \
   $(localarchlibdir) $(localapiarchlibdir) $(localverarchlibdir)