summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
authorJan Niggemann <jn@hz6.de>2014-03-29 16:27:26 +0100
committerLars Wirzenius <liw@liw.fi>2014-03-30 17:48:19 +0100
commitcf565dd8a3110d3a2864117ea94f406cd6e4506a (patch)
tree2405e2ac3ddc1739893da7b1e9dcc9e5a807407b /manual/Makefile
parent99369c6300422f812e261ed21da9865a2f653d29 (diff)
downloadobnam-cf565dd8a3110d3a2864117ea94f406cd6e4506a.tar.gz
Add de translation to manual
Diffstat (limited to 'manual/Makefile')
-rw-r--r--manual/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile
index a2e5410b..c2d278d2 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -1,9 +1,12 @@
TITLE_EN = Backups with Obnam
+TITLE_DE = Backups mit Obnam
+TRANS_DE = Übersetzung: Jan Niggemann (jn@hz6.de)
AUTHOR = Lars Wirzenius (liw@liw.fi)
VERSION = Version $(shell git describe)
en_sources = $(shell ls en/*.mdwn)
-outputs = obnam-manual.en.pdf obnam-manual.en.html
+de_sources = $(shell ls de/*.mdwn)
+outputs = obnam-manual.en.pdf obnam-manual.en.html obnam-manual.de.pdf obnam-manual.de.html
all: $(outputs)
@@ -13,5 +16,12 @@ obnam-manual.en.pdf: Makefile $(en_sources)
obnam-manual.en.html: Makefile $(en_sources) ../obnam.css
./format-html $@ "$(TITLE_EN)" "$(AUTHOR)" "$(VERSION)" $(en_sources)
+obnam-manual.de.pdf: Makefile $(de_sources)
+ ./format-de-pdf $@ "$(TITLE_DE)" "$(AUTHOR)" "$(VERSION)" "$(TRANS_DE)" $(de_sources)
+
+obnam-manual.de.html: Makefile $(de_sources) ../obnam.css
+ ./format-de-html $@ "$(TITLE_DE)" "$(AUTHOR)" "$(VERSION)" "$(TRANS_DE)" $(de_sources)
+
clean:
rm -f $(outputs) en/000.mdwn
+ rm -f $(outputs) de/000.mdwn