aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am15
-rw-r--r--doc/pies.texi2
-rw-r--r--doc/rendition.texi11
3 files changed, 24 insertions, 4 deletions
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
diff --git a/doc/pies.texi b/doc/pies.texi
index d0de0ff..136f8a9 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -2,4 +2,4 @@
@c Copyright (C) 2008 Sergey Poznyakoff
@c See file mailfromd.texi for copying conditions.
@c *******************************************************************
-@UNREVISED{}
+@WRITEME{}
diff --git a/doc/rendition.texi b/doc/rendition.texi
index 016583d..45ac068 100644
--- a/doc/rendition.texi
+++ b/doc/rendition.texi
@@ -39,10 +39,19 @@
@c Output marks for nodes needing revision, but not in PUBLISH rendition.
+@macro WRITEME
+@ifclear PUBLISH
+@quotation
+@emph{This node is to be written.}
+@end quotation
+@end ifclear
+@end macro
+
@macro UNREVISED
@ifclear PUBLISH
@quotation
-@emph{(This message will disappear, once this node revised.)}
+(@emph{The information in this node may be obsolete or otherwise inaccurate.}
+This message will disappear, once this node revised.)
@end quotation
@end ifclear
@end macro

Return to:

Send suggestions and report system problems to the System administrator.