summary refs log tree commit diff
path: root/po/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 /po/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 'po/doc/local.mk')
-rw-r--r--po/doc/local.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/po/doc/local.mk b/po/doc/local.mk
index 556dcf1636..4e1c28307b 100644
--- a/po/doc/local.mk
+++ b/po/doc/local.mk
@@ -16,7 +16,9 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
-EXTRA_DIST =
+EXTRA_DIST = \
+  %D%/contributing.fr.po \
+  %D%/guix.fr.po
 
 POT_OPTIONS = --package-name "guix" --package-version "$(VERSION)" \
 	          --copyright-holder "Ludovic Courtès" \