summaryrefslogtreecommitdiff
path: root/doc/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'doc/local.mk')
-rw-r--r--doc/local.mk25
1 files changed, 14 insertions, 11 deletions
diff --git a/doc/local.mk b/doc/local.mk
index e95e24243b..51800bb35b 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -21,10 +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.es.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,13 +56,15 @@ OS_CONFIG_EXAMPLES_TEXI = \
%D%/os-config-desktop.texi \
%D%/os-config-lightweight-desktop.texi
-TRANSLATED_INFO = \
- %D%/guix.de.texi \
- %D%/guix.es.texi \
- %D%/guix.fr.texi \
- %D%/contributing.de.texi \
- %D%/contributing.es.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)