blob: 94c0998fc5579bd13aa05ba9fe56f9fb55853ca5 (
plain)
- stem = devanagari
- all: $(stem).pdf
- $(stem).raw:
- pandoc -t markdown -o $@ 'http://lipsum.in/index.php/show/page/hindi.html'
- $(stem).md: $(stem).raw
- ./markdown-tidy $< $@
- $(stem).pdf: $(stem).md
- pandoc -f markdown --standalone --template=template.tex --latex-engine=xelatex -o $@ $<
|