guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: doc: Fix make dist.


From: guix-commits
Subject: 01/01: doc: Fix make dist.
Date: Sun, 15 Sep 2019 17:08:47 -0400 (EDT)

roptat pushed a commit to branch wip-cookbook
in repository guix.

commit c40a629fc89896a107a74be5ac38e7f493e69f94
Author: Julien Lepiller <address@hidden>
Date:   Sun Sep 15 23:07:02 2019 +0200

    doc: Fix make dist.
---
 .gitignore      | 1 +
 Makefile.am     | 3 ++-
 po/doc/local.mk | 7 +------
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index 73997e8..38cde42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,6 +45,7 @@
 /doc/guix*.vr
 /doc/guix*.vrs
 /doc/guix.*.texi
+/doc/guix-cookbook.*.texi
 /doc/guix.aux
 /doc/guix.cp
 /doc/guix.cps
diff --git a/Makefile.am b/Makefile.am
index 7e3b5c1..93d18d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -814,7 +814,8 @@ assert-no-store-file-names:
        $(AM_V_at)if grep -r --exclude=*.texi --exclude=*.info                  
\
             --exclude=*.info-[0-9] --exclude=*.dot                             
\
             --exclude=*.eps --exclude-dir=bootstrap                            
\
-                --exclude=guix-manual.pot --exclude=guix-manual.*.po           
\
+            --exclude=guix-manual.pot --exclude=guix-manual.*.po               
\
+            --exclude=guix-cookbook.pot --exclude=guix-cookbook.*.po           
\
             --exclude=guix-prettify.el                                         
\
             --exclude=ChangeLog*                                               
\
             -E "$(storedir)/[a-z0-9]{32}-" $(distdir) ;                        
\
diff --git a/po/doc/local.mk b/po/doc/local.mk
index 4b70e1d..f1a5261 100644
--- a/po/doc/local.mk
+++ b/po/doc/local.mk
@@ -23,12 +23,7 @@ DOC_PO_FILES=                                        \
   %D%/guix-manual.ru.po                                \
   %D%/guix-manual.zh_CN.po
 
-DOC_COOKBOOK_PO_FILES=                         \
-  %D%/guix-cookbook.es.po                      \
-  %D%/guix-cookbook.de.po                      \
-  %D%/guix-cookbook.fr.po                      \
-  %D%/guix-cookbook.ru.po                      \
-  %D%/guix-cookbook.zh_CN.po
+DOC_COOKBOOK_PO_FILES=
 
 EXTRA_DIST = \
   %D%/guix-manual.pot \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]