diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-04-24 00:26:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-24 00:27:51 +0200 |
commit | de712e5286137c297de8270d3396b8daa9a93c66 (patch) | |
tree | ba61aaf669bc7f9b547df2b6ee56e11631a910b2 /doc/local.mk | |
parent | 3068509ac12df6f2fc6e500019a4d8bbf75d32a2 (diff) | |
download | patches-de712e5286137c297de8270d3396b8daa9a93c66.tar patches-de712e5286137c297de8270d3396b8daa9a93c66.tar.gz |
doc: Add Simplified Chinese translation.
* doc/local.mk (info_TEXINFOS): Add guix.zh_CN.texi.
(TRANSLATED_INFO): Add guix.zh_CN.texi and contributing.zh_CN.texi.
* po/doc/local.mk (DOC_PO_FILES): Add guix-manual.zh_CN.po.
* doc/contributing.zh_CN.texi, doc/guix.zh_CN.texi: New files.
Diffstat (limited to 'doc/local.mk')
-rw-r--r-- | doc/local.mk | 25 |
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) |