# HG changeset patch # User Rik # Date 1292635329 28800 # Node ID c388677a3f1aeab2d3023d7983f44e12c79f8025 # Parent ed74d1fbdc2f334fe1536301f1327dd4a57ed908 Add undocumented_list target to create list of undocumented functions. diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-12-17 Rik + + * interpreter/Makefile.am: Add undocumented_list target to create list + of undocumented functions. + 2010-12-17 John W. Eaton * interpreter/plot.txi (Two-Dimensional Plots): Document comet3. diff --git a/doc/interpreter/Makefile.am b/doc/interpreter/Makefile.am --- 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 \