Build system for text docs -- images not yet supported
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 9 May 2023 16:49:33 +0000 (11:49 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 9 May 2023 16:49:33 +0000 (11:49 -0500)
commit0c4ddd897a6b5b482f8b8d8e2fca0ac91f4ae33f
tree6e4cb3073d28cc525d50b3e902470f62fa61a060
Build system for text docs -- images not yet supported
20 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
db/include/constants.m4 [new file with mode: 0644]
db/include/macros.m4 [new file with mode: 0644]
doc/conf.py [new file with mode: 0644]
doc/include/constants.m4 [new file with mode: 0644]
doc/include/macros.m4 [new file with mode: 0644]
doc/src/epilog.inc.m4 [new file with mode: 0644]
doc/src/er_diagrams.m4 [new file with mode: 0644]
doc/src/er_diagrams/key.m4 [new file with mode: 0644]
doc/src/index.m4 [new file with mode: 0644]
doc/src/intro.m4 [new file with mode: 0644]
doc/src/intro/about_db.m4 [new file with mode: 0644]
doc/src/intro/about_doc.m4 [new file with mode: 0644]
doc/src/intro/permissions.m4 [new file with mode: 0644]
help.mk [new file with mode: 0644]
include/constants.m4 [new file with mode: 0644]
include/macros.m4 [new file with mode: 0644]
localize.mk [new file with mode: 0644]
rwildcard.mk [new file with mode: 0644]