aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-03-18always recreate doxygen/Robin Haberkorn1-0/+1
* work around frequent Doxygen error
2013-03-16prevent image generation during HTML production, instead generate HTML ↵Robin Haberkorn1-8/+7
tables using htbl.tes preprocessor
2013-03-16wrote introduction, key translation and immedite editing sections for ↵Robin Haberkorn1-1/+5
sciteco(7) manual * images are generated by grohtml. they are not listed in the Automake rules but instead all sciteco.*.png images are installed and cleaned
2013-03-16added option to build manuals as HTML using GroffRobin Haberkorn1-0/+8
* will be useful for Windows builds since Windows users usally do not have a man-page formatter/reader
2013-03-16first draft of TECO command documentation generatorRobin Haberkorn1-0/+11
* the language reference is a manually written man-page template * containing special references for generated documentation (\#$...) * SciTECO script generate-docs.tes extracts TECO comments (/*$ ... */) from all source files and transforms them to Troff requests that are inserted into the document template. * TECO doc comments are a rather sophisticated markup: * first part until empty line is called header: simplified command syntax descriptions * the rest is called body: <identifier> is automatically underlined, empty lines generate new paragraphs, lines beginning with "-" or numbers denote an indented unordered or numbered list item. * regular Troff requests/macros can be used for more sophisticated markup * since Autoconf substitutions are performed on the generated man-page, @VARIABLEs@ may be used in doc comments as well
2013-02-25integrate Doxygen into build systemRobin Haberkorn1-0/+14
* solely for generating developer docs * disabled by default even if Doxygen is installed * Doxygen comments are not used currently
2013-01-27moved redundant code related to bootstrapping and teco-driven substitutions ↵Robin Haberkorn1-16/+1
into automake include (bootstrap.am)
2013-01-27moved manpage to doc/ subdirRobin Haberkorn1-0/+20
later there will be much more documentation