changeset 6661:d88b76579770

[project @ 2007-05-23 07:21:35 by jwe]
author jwe
date Wed, 23 May 2007 07:21:35 +0000
parents b6a1d40e01cf
children 4cce89d792f1
files doc/ChangeLog doc/liboctave/Makefile.in
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Wed May 23 06:04:55 2007 +0000
+++ b/doc/ChangeLog	Wed May 23 07:21:35 2007 +0000
@@ -1,3 +1,9 @@
+2007-05-23  John W. Eaton  <jwe@octave.org>
+
+	* liboctave/Makefile.in (TEXINFO_SOURCE): New variable.
+	(TEXINFO): Define using $(TEXINFO_SOURCE).
+	(DISTFILES): Include $(TEXINFO_SOURCE) in the list, not $(TEXINFO).
+
 2007-05-22  John W. Eaton  <jwe@octave.org>
 
 	* interpreter/Makefile.in (TEXINFO_SOURCE): New variable.
--- a/doc/liboctave/Makefile.in	Wed May 23 06:04:55 2007 +0000
+++ b/doc/liboctave/Makefile.in	Wed May 23 07:21:35 2007 +0000
@@ -28,11 +28,13 @@
 	matvec.texi nleqn.texi nlfunc.texi ode.texi \
 	optim.texi preface.texi quad.texi range.texi
 
-TEXINFO = $(MAIN_TEXINFO) $(SUB_TEXINFO) ../conf.texi
+TEXINFO_SOURCE = $(MAIN_TEXINFO) $(SUB_TEXINFO)
+
+TEXINFO = $(TEXINFO_SOURCE) ../conf.texi
 
 FORMATTED = liboctave.dvi liboctave.ps liboctave.pdf liboctave.info
 
-DISTFILES = Makefile.in gpl.texi $(TEXINFO) $(FORMATTED)
+DISTFILES = Makefile.in gpl.texi $(TEXINFO_SOURCE) $(FORMATTED)
 
 DISTDIRS = HTML