Mercurial > hg > octave-nkf
comparison scripts/ChangeLog @ 3297:b68ef5dec3bd
[project @ 1999-10-19 17:52:27 by jwe]
author | jwe |
---|---|
date | Tue, 19 Oct 1999 17:52:30 +0000 |
parents | 7d60704b2cbe |
children | 02866242d3ae |
comparison
equal
deleted
inserted
replaced
3296:7d60704b2cbe | 3297:b68ef5dec3bd |
---|---|
1 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> | 1 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
2 | |
3 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of | |
4 `cd dir; $(MAKE); cd ..'. | |
5 ($(SUBDIRS)): Likewise. | |
6 | |
7 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
8 | |
9 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
10 of `cd dir; $(MAKE)'. | |
2 | 11 |
3 * gethelp.cc, mkdoc: New files. | 12 * gethelp.cc, mkdoc: New files. |
4 * Makefile.in: Use them to create DOCSTRINGS file from .m file | 13 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
5 sources. | 14 sources. |
6 | 15 |