formatitko/test/Makefile
Greenscreener b4a123e817 A large set of changes + README + comments everywhere.
- Inline groups
- Raw partils
- Fixed image paths
- Overall revamped image processing
- Untrusted partials
2023-02-07 02:47:48 +01:00

13 lines
340 B
Makefile

all: test.pdf public/index.html
output.tex output.html:
../formatitko.py test.md
public/index.html: output.html
cat test-top.html output.html > public/index.html
test.tex: output.tex
cat test-top.tex output.tex > test.tex
test.pdf: test.tex
TEXINPUTS=.:../ucwmac:${TEXINPUTS} luatex -halt-on-error -interaction nonstopmode test.tex