aboutsummaryrefslogtreecommitdiff
path: root/model_8/Makefile
blob: d77d559256a81531b748f8123b6d797e38865f25 (plain)
1
2
3
4
5
6
7
8
9
10
11
include ../common/Makefile.common

tmp/%.tex: %.rst $(INCLUDED_TEX) $(SOURCES) | tmp
	$$(command -v rst2latex rst2latex.py | head -n 1) \
		--no-section-numbering \
		--table-style=booktabs \
		--documentclass=article \
		--documentoption=12pt,A4,table \
		--syntax-highlight=short \
		--stylesheet=$(PACKAGES),$(TEX_STYLE) \
		$< $@