diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-15 14:40:57 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-15 14:40:57 +0100 |
commit | 75765fad35e3313cefd08ebeff76c4f07784b20d (patch) | |
tree | aba3ee88e14cbf65e483addca102aa55efd30ac6 /Makefile | |
parent | 0b6914e087cb6c1f0476315e2a13d222bd19f3f8 (diff) | |
download | mmswe-75765fad35e3313cefd08ebeff76c4f07784b20d.tar.gz mmswe-75765fad35e3313cefd08ebeff76c4f07784b20d.tar.bz2 mmswe-75765fad35e3313cefd08ebeff76c4f07784b20d.zip |
Makefile: Put a2x params directly into the document-header
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ all: projekt_doku.pdf # asciidoc --backend=latex $< projekt_doku.pdf: projekt_doku.asciidoc thesis.xsl thesis.sty - a2x.py -f pdf --dblatex-opts="-p thesis.xsl -s thesis.sty -b xetex" $< + a2x -f pdf $< .PHONY: pluggit pluggit: |