From be39ab9fdbaba118ece1dcc3e064c8452fcdd277 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 16 Nov 2016 16:30:46 +0100 Subject: the manual generator (generator-docs.tes) has been cleaned up and is now called tedoc.tes * some code simplifications * it now supports command line arguments via getopt.tes. * the -C flag enabled C/C++ mode. By default tedoc parses SciTECO code which means it can be used to document macro packages as well. * Therefore it is installed as a separate tool now. It may be used as a Groff preprocessor for third-party macro authors to generate (wo)man pages. * there's a man page tedoc.tes(1) * The troff placeholder macro is now called ".TEDOC". * Help topics can now be specified after the starting comment /*$ or !*$. Topics have been defined for all built-in commands. --- doc/sciteco.1.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/sciteco.1.in') diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index ed3892f..ead8337 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -402,7 +402,11 @@ Language reference: .TP The \fBtroff\fP post-processor for \*(ST, including information on how to write \(lqwomanpages\(rq: -.BR grosciteco (1) +.BR grosciteco.tes (1) +.TP +A \fBtroff\fP pre-processor commonly used to generate +man-pages: +.BR tedoc.tes (1) .TP Homepage: .UR @PACKAGE_URL@ -- cgit v1.2.3