summaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorGravatar Guillaume GARDET <guillaume.gardet@free.fr>2015-01-14 16:25:59 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-15 09:02:29 +1300
commitdc7397b06e9a555aac707ede1aea699ca3dad230 (patch)
treeb49f3395f0ac9d03a5de5c6693e0f68fd31f3b0c /Documentation/Makefile
parentb4b08bdcc583efe9fcca4f8e5605606a8906ea12 (diff)
downloadsubsurface-dc7397b06e9a555aac707ede1aea699ca3dad230.tar.gz
Documentation: Add initial support for French translation
Add initial support to French (fr) translation of user-manual. Note that it is not perfect, since the po4a tool loose some list item indexes during PO to ASCIIDOC conversion (see asciidoc warning messages during user manual generation). Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 52b1d9cd6..3df677723 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -7,7 +7,7 @@
# submitting patches to the user manual, only submit the changes to the .txt
# file - the maintainer will recreate the .html.git file
-DOCNAMES = user-manual user-manual_es user-manual_ru
+DOCNAMES = user-manual user-manual_es user-manual_fr user-manual_ru
HTMLDOCS = $(patsubst %,$(OUT)%.html,$(DOCNAMES))
TEXTDOCS = $(patsubst %,$(OUT)%.text,$(DOCNAMES))