From dc7397b06e9a555aac707ede1aea699ca3dad230 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Wed, 14 Jan 2015 16:25:59 +0100 Subject: 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 Signed-off-by: Dirk Hohndel --- Documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/Makefile') 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)) -- cgit v1.2.3-70-g09d2