diff options
Diffstat (limited to '')
-rw-r--r-- | makefiles/asciidoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefiles/asciidoc b/makefiles/asciidoc new file mode 100644 index 0000000..32351ce --- /dev/null +++ b/makefiles/asciidoc @@ -0,0 +1,3 @@ +#!/bin/bash +pdf: + a2x -a lang=de -f pdf --dblatex-opts "-P latex.output.revhistory=0" --verbose *.txt |