From ad0b71ff93994e950803f5bea7e1dcf074dc25f2 Mon Sep 17 00:00:00 2001 From: pedrito2 Date: Sun, 7 Sep 2014 18:20:11 +0200 Subject: Translated the 2 first chapters of the manual in French. - Modified the Makefile. - Created the fr directory - Translated the chapters : introduction and TLDR --- manual/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'manual/Makefile') diff --git a/manual/Makefile b/manual/Makefile index 9df25826..805a5967 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -18,15 +18,19 @@ TITLE_EN = Backups with Obnam TITLE_DE = Backups mit Obnam +TITLE_FR = Sauvegardes avec Obnam TRANS_DE = Übersetzung: Jan Niggemann (jn@hz6.de) AUTHOR = Lars Wirzenius (liw@liw.fi) VERSION = Version $(shell git describe || python ../setup.py --version) en_sources = $(shell ls en/*.mdwn) +fr_sources = $(shell ls fr/*.mdwn) de_sources = $(shell ls de/*.mdwn) outputs = \ obnam-manual.en.pdf \ obnam-manual.en.html \ + obnam-manual.fr.pdf \ + obnam-manual.fr.html \ obnam-manual.de.pdf \ obnam-manual.de.html @@ -38,6 +42,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.fr.pdf: Makefile $(fr_sources) + ./format-pdf $@ "$(TITLE_FR)" "$(AUTHOR)" "$(VERSION)" $(fr_sources) + +obnam-manual.fr.html: Makefile $(fr_sources) ../obnam.css + ./format-html $@ "$(TITLE_FR)" "$(AUTHOR)" "$(VERSION)" $(fr_sources) + obnam-manual.de.pdf: Makefile $(de_sources) ./format-de-pdf $@ \ "$(TITLE_DE)" "$(AUTHOR)" "$(VERSION)" "$(TRANS_DE)" \ -- cgit v1.2.1