guix-commits
[Top][All Lists]
Advanced

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

01/01: doc: Separate lists of languages for the cookbook and the manual


From: guix-commits
Subject: 01/01: doc: Separate lists of languages for the cookbook and the manual
Date: Sun, 15 Sep 2019 17:15:55 -0400 (EDT)

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

commit 0bd8216d1ae936d6a1c52e87460ab06c1fb645b3
Author: Julien Lepiller <address@hidden>
Date:   Sun Sep 15 23:15:37 2019 +0200

    doc: Separate lists of languages for the cookbook and the manual
---
 bootstrap    |  3 +++
 doc/local.mk | 12 +-----------
 2 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/bootstrap b/bootstrap
index 19dfd70..c9e7a08 100755
--- a/bootstrap
+++ b/bootstrap
@@ -15,6 +15,9 @@ for lang in ${langs}; do
        touch "po/doc/guix-manual.${lang}.po"
     fi
 done
+langs=`find po/doc -type f -name 'guix-cookbook*.po' \
+        | sed -e 's,guix-manual\.,,' \
+        | xargs -n 1 -I{} basename {} .po`
 for lang in ${langs}; do
     if [ ! -e "doc/guix-cookbook.${lang}.texi" ]; then
        echo "@setfilename guix-cookbook.${lang}.info" > 
"doc/guix-cookbook.${lang}.texi"
diff --git a/doc/local.mk b/doc/local.mk
index b37ab66..8506126 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -27,12 +27,7 @@ info_TEXINFOS = %D%/guix.texi                        \
   %D%/guix.fr.texi                             \
   %D%/guix.ru.texi                             \
   %D%/guix.zh_CN.texi                          \
-  %D%/guix-cookbook.texi                       \
-  %D%/guix-cookbook.de.texi                    \
-  %D%/guix-cookbook.es.texi                    \
-  %D%/guix-cookbook.fr.texi                    \
-  %D%/guix-cookbook.ru.texi                    \
-  %D%/guix-cookbook.zh_CN.texi
+  %D%/guix-cookbook.texi
 
 %C%_guix_TEXINFOS = \
   %D%/contributing.texi \
@@ -69,11 +64,6 @@ TRANSLATED_INFO =                            \
   %D%/guix.fr.texi                             \
   %D%/guix.ru.texi                             \
   %D%/guix.zh_CN.texi                          \
-  %D%/guix-cookbook.de.texi                    \
-  %D%/guix-cookbook.es.texi                    \
-  %D%/guix-cookbook.fr.texi                    \
-  %D%/guix-cookbook.ru.texi                    \
-  %D%/guix-cookbook.zh_CN.texi                 \
   %D%/contributing.de.texi                     \
   %D%/contributing.es.texi                     \
   %D%/contributing.fr.texi                     \



reply via email to

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