Mercurial > hg > octave-jordi
changeset 11383:c388677a3f1a
Add undocumented_list target to create list of undocumented functions.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 17 Dec 2010 17:22:09 -0800 |
parents | ed74d1fbdc2f |
children | 1511bbfe6a6e |
files | doc/ChangeLog doc/interpreter/Makefile.am |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-12-17 Rik <octave@nomad.inbox5.com> + + * interpreter/Makefile.am: Add undocumented_list target to create list + of undocumented functions. + 2010-12-17 John W. Eaton <jwe@octave.org> * interpreter/plot.txi (Two-Dimensional Plots): Document comet3.
--- a/doc/interpreter/Makefile.am +++ b/doc/interpreter/Makefile.am @@ -210,6 +210,12 @@ --no-validate --no-headers --no-split --output BUGS $< mv BUGS ../../BUGS +undocumented_list: + rm -f $@ + -$(PERL) doccheck/mk_undocumented_list > $@ +.PHONY: undocumented_list + + EXTRA_DIST = \ config-images.sh \ contributors.in \