diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-19 14:15:40 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-19 14:15:40 +0100 |
commit | c395be5d4b20858f5eb183d84c4edaf7b5571060 (patch) | |
tree | 2533d9832058d4bf89d19715cd6f27e15b49c520 /docs/gen/doc.m4 | |
parent | 08efcdf63f78bbf78587b4d6e93d492abd4988f4 (diff) |
add list of abbreviations to docs folder
Diffstat (limited to 'docs/gen/doc.m4')
-rw-r--r-- | docs/gen/doc.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/gen/doc.m4 b/docs/gen/doc.m4 index b98eb64..c9cbcf5 100644 --- a/docs/gen/doc.m4 +++ b/docs/gen/doc.m4 @@ -6,7 +6,8 @@ define(`docname', NAME, `gameplay', `Game design document', NAME, `architecture', `Architecture document', `UNKNOWN???'))dnl - +define(`abbreviations',`undivert(`abbreviations.con')')dnl +dnl <!DOCTYPE html> <html lang="en-US"> <link> @@ -43,6 +44,7 @@ define(`docname', Niels Stunnebrink <b>(2184532)</b> </span> </div> + ifelse(NAME, `architecture', `abbreviations', `') <h1>Table of contents</h1> undivert(NAME`.toc') undivert(NAME`.con') |