diff options
author | Guillaume GARDET <guillaume.gardet@free.fr> | 2015-01-14 16:25:59 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-15 09:02:29 +1300 |
commit | dc7397b06e9a555aac707ede1aea699ca3dad230 (patch) | |
tree | b49f3395f0ac9d03a5de5c6693e0f68fd31f3b0c /Documentation/Makefile | |
parent | b4b08bdcc583efe9fcca4f8e5605606a8906ea12 (diff) | |
download | subsurface-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/Makefile | 2 |
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)) |