Mercurial > hg > octave-nkf
changeset 6858:a993057eb97f
[project @ 2007-09-02 06:41:13 by dbateman]
author | dbateman |
---|---|
date | Sun, 02 Sep 2007 06:41:13 +0000 |
parents | 5cc9caab1a31 |
children | 5fddcbbe880e |
files | doc/ChangeLog doc/interpreter/Makefile.in |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,7 @@ 2007-09-01 David Bateman <dbateman@free.fr> + * interpreter/Makefile.in: Remove stray character from + INTERIMAGES_PNG target. * conf.texi.in: Substitute for the variable TEXINFO_QHULL * interpreter/geometryimages.m: Check for the HAVE_QHULL build flag before creating certain figures.
--- a/doc/interpreter/Makefile.in +++ b/doc/interpreter/Makefile.in @@ -221,7 +221,7 @@ $(GEOMETRYIMAGES_EPS) $(GEOMETRYIMAGES_PNG) $(GEOMETRYIMAGES_TXT): geometryimages.m $(run-octave) -$(INTERPIMAGES_EPS) $(INTEgRPIMAGES_PNG) $(INTERPIMAGES_TXT): interpimages.m +$(INTERPIMAGES_EPS) $(INTERPIMAGES_PNG) $(INTERPIMAGES_TXT): interpimages.m $(run-octave) $(SPARSEIMAGES_EPS) $(SPARSEIMAGES_PNG) $(SPARSEIMAGES_TXT): sparseimages.m