summary refs log tree commit diff
path: root/doc/local.mk
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2018-03-02 23:25:32 +0100
committerJulien Lepiller <julien@lepiller.eu>2018-04-19 21:32:07 +0200
commitbf5c74e713c623cbb0001eb36af6998e92243482 (patch)
treecd3adcd47f38f8499b249b8ce07286a64e9bc149 /doc/local.mk
parent76fa5e042b8b3b7f562bad16be048f5784a2f000 (diff)
downloadguix-bf5c74e713c623cbb0001eb36af6998e92243482.tar.gz
gnu: doc: Add French documentation.
* doc/contributing.fr.texi: New file.
* doc/guix.fr.texi: New file.
* doc/local.mk (TRANSLATED_INFO): Add them.
(info_TEXINFOS): Add guix.fr.texi.
* po/doc/contributing.fr.po: New file.
* po/doc/guix.fr.po: New file.
* po/doc/local.mk (EXTRA_DIST): Add them.
Diffstat (limited to 'doc/local.mk')
-rw-r--r--doc/local.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/local.mk b/doc/local.mk
index 79dd7e22dc..64d18e121a 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -21,7 +21,8 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
-info_TEXINFOS = %D%/guix.texi
+info_TEXINFOS = %D%/guix.texi \
+  %D%/guix.fr.texi
 
 %C%_guix_TEXINFOS = \
   %D%/contributing.texi \
@@ -52,7 +53,9 @@ OS_CONFIG_EXAMPLES_TEXI =			\
   %D%/os-config-desktop.texi			\
   %D%/os-config-lightweight-desktop.texi
 
-TRANSLATED_INFO =
+TRANSLATED_INFO = \
+  %D%/guix.fr.texi \
+  %D%/contributing.fr.texi
 
 # Bundle this file so that makeinfo finds it in out-of-source-tree builds.
 BUILT_SOURCES        += $(OS_CONFIG_EXAMPLES_TEXI) $(TRANSLATED_INFO)