comparison doc/ChangeLog @ 6001:d45cb743ff2e

[project @ 2006-09-26 16:28:15 by jwe]
author jwe
date Tue, 26 Sep 2006 16:28:15 +0000
parents be252143f5e1
children 500d884ae373
comparison
equal deleted inserted replaced
6000:fbe7ccb47f62 6001:d45cb743ff2e
1 2006-09-26 John W. Eaton <jwe@octave.org>
2
3 * interpreter/Makefile.in (stamp-images): Delete.
4 (octave.info): Depend on $(IMAGES_TXT), not stamp-images.
5 (octave.dvi): Depend on $(IMAGES_EPS), not stamp-images.
6 (octave.pdf): Depend on $(IMAGES_PDF), not stamp-images.
7 (html-figs): Depend on $(IMAGES_PNG), not stamp-images.
8 (SCRIPT_SOURCES, SPARSEIMAGES_1, SPARSEIMAGES_EPS,
9 SPARSEIMAGES_PDF, SPARSEIMAGES_PNG, SPARSE_IMAGES_TXT, IMAGES_EPS,
10 IMAGES_PDF, IMAGES_PNG, IMAGES_TXT, and IMAGES): New variables.
11 (SOURCES): Include $(SCRIPT_SOURCES) in the list.
12 (DISTFILES): Include $(IMAGES) in the list.
13 (maintainer-clean): Delete $(IMAGES) here.
14 (DISTSUBDIRS, SUBDIRS): Remove $(IMAGEDIR) from list.
15 (octave.dvi, octave.info, octave.pdf, HTML/index.html):
16 Don't include $(IMAGEDIR) in list of directories to search
17 * sparseimages.m: Move here from images/sparseimages.m.
18 * images/Makefile.in: Delete.
19 * images: Delete directory.
20
1 2006-08-24 John W. Eaton <jwe@octave.org> 21 2006-08-24 John W. Eaton <jwe@octave.org>
2 22
3 * interpreter/images/Makefile.in (SPARSEIMAGES_PDF): New macro. 23 * interpreter/images/Makefile.in (SPARSEIMAGES_PDF): New macro.
4 Keep PDF images out of IMAGES list. 24 Keep PDF images out of IMAGES list.
5 25