Add documentation style sheet and Makefile entry

This commit is contained in:
Michael Hohn
2024-07-10 15:26:53 -07:00
committed by =Michael Hohn
parent 3c8db9cbe4
commit dcc32ea8ab
3 changed files with 1024 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
doc:
pandoc -s --css=./gfm.css README.md > foo.html && open foo.html