Update Document Creation Process

- Add proper Build and Makefile files in Source/Doc directory
- Switch preprocessing from pp to m4 which is more supportable across platforms
- Building of documentation is still done manually as needed, but it is now easy to do under either Windows or Linux using provided files
This commit is contained in:
Wayne Warthen
2021-10-21 16:18:39 -07:00
parent faa9db9394
commit 475596b7b4
24 changed files with 845 additions and 57 deletions

4
Source/BuildDoc.cmd Normal file
View File

@@ -0,0 +1,4 @@
@echo off
setlocal
pushd Doc && call Build || exit /b & popd