Files
Thun/docs/reference/Makefile
T
sforman c3054377a6 Give it it's own CSS file.
It's good enough for now.
2023-09-28 18:37:01 -07:00

12 lines
293 B
Makefile

TITLE = --metadata title="Thun Function Reference"
TOC = --toc --toc-depth=2
CSS = --css=/css/fonts.css --css=/css/func_ref.css
all: mov
FuncRef.html: Function-Reference.md
pandoc -s $(TOC) $(TITLE) $(CSS) --ascii Function-Reference.md -o FuncRef.html
mov: FuncRef.html
cp -v $? ../html/