summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..a63612e
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,11 @@
+# aptitude install texlive-lang-cyrillic txt
+
+all: anwenderdoku.pdf anwenderdoku.html entwicklerdoku.pdf entwicklerdoku.html
+
+%.html: %.txt bilder/*
+ asciidoc -o $@ $*.txt
+
+%.pdf: %.txt bilder/*
+ a2x -v -a encoding=utf-8 -a lang=de --dblatex-opts='-Platex.output.revhistory=0 -P latex.encoding=utf8 -P latex.unicode.use=1' $*.txt
+
+