diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-06-09 10:57:53 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-06-09 10:57:53 +0200 |
commit | f6499be9584cbffc6033a009da8d1c359de474f3 (patch) | |
tree | 9716b592333d9f7139598fe45f219f3a5f881214 | |
parent | 5ec4ba1b11ef078a53b7933df290f01f1e36f534 (diff) |
Add asciidoc makefile
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 |