OSDN Git Service

Give it it's own CSS file.
[joypy/Thun.git] / docs / reference / Makefile
1 TITLE = --metadata title="Thun Function Reference"
2 TOC = --toc --toc-depth=2
3 CSS = --css=/css/fonts.css --css=/css/func_ref.css
4
5 all: mov
6
7 FuncRef.html: Function-Reference.md
8         pandoc -s $(TOC) $(TITLE) $(CSS) --ascii Function-Reference.md -o FuncRef.html
9
10 mov: FuncRef.html
11         cp -v $? ../html/