>From d36b9eeb7ee8811e51f82c41ae17ebca863acad5 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sun, 29 Apr 2018 14:00:13 +0200 Subject: [PATCH 1/2] nls: Distribute doc pot files. * po/doc/local.mk (EXTRA_DIST): Add guix.pot and contributing.pot. * Makefile.am (assert-no-store-file-names): exclude them and documentation po files. --- Makefile.am | 1 + po/doc/local.mk | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 9f134c970..b9950a24b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -741,6 +741,7 @@ assert-no-store-file-names: $(distdir)/ChangeLog --exclude=*.info-[0-9] --exclude=*.dot \ --exclude=*.eps --exclude-dir=bootstrap \ --exclude=guix-prettify.el \ + --exclude=guix.pot --exclude=guix.*.po \ --exclude=ChangeLog \ -E "$(storedir)/[a-z0-9]{32}-" $(distdir) ; \ then \ diff --git a/po/doc/local.mk b/po/doc/local.mk index 4e1c28307..d104bfcbe 100644 --- a/po/doc/local.mk +++ b/po/doc/local.mk @@ -17,6 +17,8 @@ # along with GNU Guix. If not, see . EXTRA_DIST = \ + %D%/contributing.pot \ + %D%/guix.pot \ %D%/contributing.fr.po \ %D%/guix.fr.po -- 2.17.0