From e6a9ae567b117459c146a48f807e89e2a432217d Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 28 Nov 2008 10:47:48 +0000 Subject: Bugfixes/improvements. * doc/mailfromd.texi: Document replbody. Use @WRITEME where appropriate. * doc/rendition.texi (WRITEME): New macro. (UNREVISED): Reword. * doc/pies.texi, doc/smap.texi: Use @WRITEME * doc/Makefile.am (check-writeme): New rule. (all-check-docs): Depend on check-writeme. * mfd/bi_body.m4 (replbody): Can be used in any handler. * NEWS: Rearrange material. --- doc/Makefile.am | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index ef581dd..d50843b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -115,8 +115,19 @@ check-fixmes: rm -f $@-t; \ fi +check-writeme: + @grep -Hn @WRITEME $(info_TEXINFOS) $(mailfromd_TEXINFOS) > $@-t; \ + if [ -s $@-t ]; then \ + echo "Empty nodes:"; \ + cat $@-t; \ + rm $@-t; \ + false;\ + else \ + rm $@-t; \ + fi + check-unrevised: - @grep -Hn @UNREVISED $(info_TEXINFOS) > $@-t; \ + @grep -Hn @UNREVISED $(info_TEXINFOS) $(mailfromd_TEXINFOS) > $@-t; \ if [ -s $@-t ]; then \ echo "Unrevised nodes:"; \ cat $@-t; \ @@ -126,7 +137,7 @@ check-unrevised: rm $@-t; \ fi -all-check-docs: check-format check-options check-pragmas check-builtins check-mflib check-exceptions check-refs check-fixmes check-unrevised +all-check-docs: check-format check-options check-pragmas check-builtins check-mflib check-exceptions check-refs check-fixmes check-writeme check-unrevised check-docs: $(MAKE) -k all-check-docs -- cgit v1.2.1