Mercurial > hg > octave-nkf
diff doc/ChangeLog @ 9889:81c5ea6ddf81
doc/interpreter build fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 30 Nov 2009 13:25:02 -0500 |
parents | b3089dba88bf |
children | 1506a17832c9 |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,14 @@ +2009-11-30 John W. Eaton <jwe@octave.org> + + * interpreter/Makefile.a (nodist_octave_TEXINFOS): Add + contributors.texi and $(MUNGED_TEXI_SRC) to the list. + (dist_octave_TEXINFOS): Delete. + (DISTCLEANFILES, all_octave_TEXINFOS): New variables. + ($(srcdir)/octave.info, octave.dvi, octave.pdf, octave.html): + Depend on $(all_octave_TEXINFOS), not $(octave_TEXINFOS). + (octave.ps): Depend on .dvi file and EPS files, but not .texi + source files. + 2009-11-27 David Bateman <dbateman@free.fr> * doc/interpreter/contributors.in: Add Kacper Kowalik.