Minor cleanup.

This commit is contained in:
Simon Forman
2022-03-23 13:47:58 -07:00
parent cde292e24b
commit 6a3576e9ef
4 changed files with 7 additions and 10 deletions
+3 -1
View File
@@ -1,8 +1,10 @@
FUNCDOCS = $(wildcard ../*.md)
TITLE = --metadata title="Functor Reference"
TOC = --toc --toc-depth=2
all: Functor-Reference.md
pandoc -s --toc --toc-depth=2 --ascii Functor-Reference.md -o FuncRef.html
pandoc -s $(TOC) $(TITLE) --ascii Functor-Reference.md -o FuncRef.html
Functor-Reference.md: HEADER.md $(FUNCDOCS)