summaryrefslogtreecommitdiff
path: root/doc/local.mk
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-05-01 23:11:41 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-05-01 23:11:41 +0200
commit3b458d5462e6bbd852c2dc5c6670d5655abf53f5 (patch)
tree4f3ccec0de1c355134369333c17e948e3258d546 /doc/local.mk
parent2ca3fdc2db1aef96fbf702a2f26f5e18ce832038 (diff)
parent14da3daafc8dd92fdabd3367694c930440fd72cb (diff)
downloadpatches-3b458d5462e6bbd852c2dc5c6670d5655abf53f5.tar
patches-3b458d5462e6bbd852c2dc5c6670d5655abf53f5.tar.gz
Merge branch 'master' into core-updates
Diffstat (limited to 'doc/local.mk')
-rw-r--r--doc/local.mk22
1 files changed, 14 insertions, 8 deletions
diff --git a/doc/local.mk b/doc/local.mk
index 4ad19b5e37..204e1990a5 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -21,9 +21,11 @@
# 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 \
- %D%/guix.fr.texi \
- %D%/guix.de.texi
+info_TEXINFOS = %D%/guix.texi \
+ %D%/guix.es.texi \
+ %D%/guix.fr.texi \
+ %D%/guix.de.texi \
+ %D%/guix.zh_CN.texi
%C%_guix_TEXINFOS = \
%D%/contributing.texi \
@@ -55,11 +57,15 @@ OS_CONFIG_EXAMPLES_TEXI = \
%D%/os-config-desktop.texi \
%D%/os-config-lightweight-desktop.texi
-TRANSLATED_INFO = \
- %D%/guix.de.texi \
- %D%/guix.fr.texi \
- %D%/contributing.de.texi \
- %D%/contributing.fr.texi
+TRANSLATED_INFO = \
+ %D%/guix.de.texi \
+ %D%/guix.es.texi \
+ %D%/guix.fr.texi \
+ %D%/guix.zh_CN.texi \
+ %D%/contributing.de.texi \
+ %D%/contributing.es.texi \
+ %D%/contributing.fr.texi \
+ %D%/contributing.zh_CN.texi
# Bundle this file so that makeinfo finds it in out-of-source-tree builds.
BUILT_SOURCES += $(OS_CONFIG_EXAMPLES_TEXI) $(TRANSLATED_INFO)