diff options
author | Guillaume GARDET <guillaume.gardet@free.fr> | 2015-02-02 16:16:23 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-02 07:41:22 -0800 |
commit | 343d06fa5c171a4691de03659132f01c2ba5c662 (patch) | |
tree | 28162a7f375e9d8c5b6ca4a7cccdd4b778df2c2f /subsurface.pro | |
parent | 06a899bb96555e22db538b5c155536f6305114de (diff) | |
download | subsurface-343d06fa5c171a4691de03659132f01c2ba5c662.tar.gz |
Add french user manual for installation
Add french user manual for installation.
Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro index 6392e53db..90920e821 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -304,6 +304,7 @@ QTRANSLATIONS += \ USERMANUALS = \ user-manual.html \ user-manual_es.html \ + user-manual_fr.html \ user-manual_ru.html doc.commands += $(CHK_DIR_EXISTS) $$OUT_PWD/Documentation || $(MKDIR) $$OUT_PWD/Documentation $$escape_expand(\\n\\t)$(MAKE) -C $$PWD/Documentation OUT=$$OUT_PWD/Documentation/ doc |