diff options
author | Alex Auvolat <alex.auvolat@ansys.com> | 2014-07-23 18:03:28 +0200 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ansys.com> | 2014-07-23 18:03:28 +0200 |
commit | 2073dd00710add906cc94099cd4bfb7aa3a2f85e (patch) | |
tree | e4c3ff51a2283b9baa8f148e9b7446add9d99571 /doc/prez/Makefile | |
parent | 743f5cd5fb39e3ec58f94e43fe25ae8c25de7443 (diff) | |
download | scade-analyzer-2073dd00710add906cc94099cd4bfb7aa3a2f85e.tar.gz scade-analyzer-2073dd00710add906cc94099cd4bfb7aa3a2f85e.zip |
Move README && add stuff ; add presentation.
Diffstat (limited to 'doc/prez/Makefile')
-rw-r--r-- | doc/prez/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/prez/Makefile b/doc/prez/Makefile new file mode 100644 index 0000000..89cfc3a --- /dev/null +++ b/doc/prez/Makefile @@ -0,0 +1,8 @@ +IMG=alpha-gamma.pdf_tex property.pdf_tex + + +prez.pdf: prez.tex $(IMG) + pdflatex prez.tex -halt-on-error -file-line-error + +%.pdf_tex: %.svg + inkscape -z -D --file=$< --export-pdf=$(basename $@).pdf --export-latex |