]> rtime.felk.cvut.cz Git - jenkicar/rpp-simulink.git/blob - tests/Makefile
doc: Mention git clone in version for HDK
[jenkicar/rpp-simulink.git] / tests / Makefile
1 DOC = functional_tests.pdf
2
3 all: $(DOC)
4
5 -include *.deps
6
7 %.tex: %.lyx
8         lyx -e pdflatex $<
9
10 %.pdf: %.tex
11         latexmk -deps -deps-out=$@.deps $< # See also .latexmkrc
12
13 clean:
14         rm -f $(DOC)
15
16 %.pdf: %.svg
17         inkscape --export-pdf=$@ $<
18
19 .PHONY: version.tex
20 version.tex:
21         git describe --dirty --always --match 'version_*'|sed -e s/^version_// > $@