comparison doc/ChangeLog @ 5708:dec8dd15a574

[project @ 2006-03-22 22:25:58 by jwe]
author jwe
date Wed, 22 Mar 2006 22:26:44 +0000
parents 5b9b492f9e98
children 0c292b4af488
comparison
equal deleted inserted replaced
5707:6286c96121c2 5708:dec8dd15a574
1 2006-03-22 John W. Eaton <jwe@octave.org>
2
3 * interpreter/sparse.txi: Always use @image to include image files.
4
5 * interpreter/Makefile.in: Eliminate stamp files.
6 (clean, mostlyclean, distclean, maintainer-clean): Now
7 double-colon targets.
8 (stamp-images): New target.
9 (octave.info, octave.dvi, octave.pdf, HTML/index.html): Depend on it.
10 * interpreter/images/Makefile.in: Explicitly list images to be
11 created and their dependencies.
12 * interpreter/images/sparseimages.m: Delete dirc arg.
13 Sleep for 1 second before returning from main function.
14 (sparseimages): Don't redirect output here.
15 New arg, nm. Only output a single figure at a time.
16 (bury_output): New function. Use it before plotting commands and
17 after every print function.
18
19 * interpreter/sparse.txi: Undo previous change.
20 * Makefile.in (conf.texi): New target.
21 (DISTFILES): Include conf.texi in the list.
22 (all, dist): Depend on conf.texi.
23 * conf.texi.in: Values come from Makeconf, not configure.
24
1 2006-03-21 John W. Eaton <jwe@octave.org> 25 2006-03-21 John W. Eaton <jwe@octave.org>
2 26
3 * liboctave/Makefile.in (FORMATTED): Omit .html files here. 27 * liboctave/Makefile.in (FORMATTED): Omit .html files here.
4 (DISTDIRS): New variable. 28 (DISTDIRS): New variable.
5 (dist): Handle $(DISTDIRS) here. 29 (dist): Handle $(DISTDIRS) here.