some documentation-related changes

add a command-line pdf option to Makefile for use in CI.
fix .tex file errors.
This commit is contained in:
nhmall
2022-06-18 13:32:17 -04:00
parent c56756b941
commit 1d46fad717
6 changed files with 34 additions and 18 deletions

View File

@@ -157,6 +157,9 @@ Guidebook:
Guidebook.txt:
( cd doc ; $(MAKE) Guidebook.txt )
Guidebook.pdf:
( cd doc ; $(MAKE) Guidebook.pdf )
manpages:
( cd doc ; $(MAKE) manpages )