diff doc/ChangeLog @ 8722:3cedb606145d

create $(DESTDIR)$(octetcdir) when installing
author John W. Eaton <jwe@octave.org>
date Wed, 11 Feb 2009 10:14:58 -0500
parents 679c270b7584
children aee6f5c6665e
line wrap: on
line diff
--- 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>