Function Reference

This commit is contained in:
Simon Forman
2022-09-16 07:35:11 -07:00
parent ea52cd7bfb
commit b67fc46291
3 changed files with 19 additions and 10 deletions
+2 -1
View File
@@ -1,3 +1,5 @@
# Docs toplevel makefile.
README=../README.md
BUILD_SCRIPT=build_index.py
GENERATOR=python $(BUILD_SCRIPT)
@@ -12,4 +14,3 @@ $(HTML_OUTPUT_DIR)/index.html: $(README) $(BUILD_SCRIPT)
# python -m markdown -f index.html -o html $(README)