Mercurial > hg > octave-nkf
comparison doc/ChangeLog @ 9794:0d4613a736e9
convert build system to use automake and libtool
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 10 Nov 2009 15:02:25 -0500 |
parents | 09da0bd91412 |
children | c657c056240d |
comparison
equal
deleted
inserted
replaced
9793:7161e9b41cf6 | 9794:0d4613a736e9 |
---|---|
1 2009-11-10 John W. Eaton <jwe@octave.org> | |
2 | |
3 * Makefile.am, faq/Makefile.am, interpreter/Makefile.am, | |
4 liboctave/Makefile.am, refcard/Makefile.am, | |
5 interpreter/config-images.sh, interpreter/images, | |
6 interpreter/images.awk: New files. | |
7 * Makefile.in, faq/Makefile.in, interpreter/Makefile.in, | |
8 liboctave/Makefile.in, refcard/Makefile.in: Delete. | |
9 * interpreter/munge-texi.cc (main, usage): Eliminate unnecessary | |
10 -d option. | |
11 * liboctave/liboctave.texi: Surround @direntry in appropriate magic. | |
12 * faq/OctaveFAQ.texi: Rename from faq/Octave-FAQ.texi. | |
13 | |
1 2009-10-23 Rik <octave@nomad.inbox5.com> | 14 2009-10-23 Rik <octave@nomad.inbox5.com> |
2 | 15 |
3 * various: Periodic grammar check of Octave documentation files to ensure | 16 * various: Periodic grammar check of Octave documentation files to ensure |
4 a standardized format. | 17 a standardized format. |
5 | 18 |