From 290cf1b6e68bd357bc2d867f34496b37ed8ce9aa Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 29 Jan 2019 16:09:00 -0500 Subject: doc: Copied developer-related macros from Liza This includes, notably, the Developer Notes feature. I did not copy any SRCUI stuff since this project uses literate documentation, but I'll add it if it seems like it will be useful. Barely any of the project is written literately right now. * .gitignore: `{=>/}config.*'. * configure.ac (SET_DEVNOTES): New variable. (AC_CONFIG_FILES): Add `doc/config.texi'. * doc/.gitignore (config.texi): Ignore (generated). * doc/Makefile.am (tame_TEXINFOS): Add `macros.texi' and `config.texi'. * doc/config.texi.in: New file. * doc/macros.texi: New file containing some macros from `doc/tame.texi' and some from Liza's `doc/macros.texi'. * doc/tame.texi: Adjust position of header comment. Include `config.texi' and `macros.texi'. Add devnotice to header. Strip out macros. (menu): Add `Concept Index' and conditional `Developer Notes Index'. (Concept Index, Developer Notes Index): New nodes (latter conditional). --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f085b66..847752f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ Makefile aclocal.m4 *.cache/ configure -config.* +/config.* # should be added using autoreconf -i /tools/install-sh -- cgit v1.2.1