comparison scripts/ChangeLog @ 8863:34a821854961

pkg.m (generate_lookfor_cache): generate a DOC file for each directory
author Jason Riedy <jason@acm.org>
date Wed, 25 Feb 2009 00:41:40 -0500
parents 31f864877246
children 3149112b9412
comparison
equal deleted inserted replaced
8862:f71b749be1c1 8863:34a821854961
1 2009-02-24 John W. Eaton <jwe@octave.org> 1 2009-02-24 John W. Eaton <jwe@octave.org>
2 2
3 * help/gen_doc_cache.m: Don't compress output file. By default, 3 * help/gen_doc_cache.m: Don't compress output file. By default,
4 write to DOC, not DOC.gz. 4 write to DOC, not DOC.gz. Don't save empty cache.
5
5 * help/lookfor.m: Use doc_cache_file to get location of DOC file. 6 * help/lookfor.m: Use doc_cache_file to get location of DOC file.
6 7
7 2009-02-24 Jason Riedy <jason@acm.org> 8 2009-02-24 Jason Riedy <jason@acm.org>
9
10 * pkg/pkg.m (generate_lookfor_cache): Generate a DOC file for each
11 directory.
8 12
9 * help/gen_doc_cache.m: Call __makeinfo__, not makeinfo. 13 * help/gen_doc_cache.m: Call __makeinfo__, not makeinfo.
10 14
11 2009-02-24 Jaroslav Hajek <highegg@gmail.com> 15 2009-02-24 Jaroslav Hajek <highegg@gmail.com>
12 16