mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
nls: Fix Chinese cookbook inclusion.
* po/doc/local.mk: zh_Hans is for the cookbook, not the manual.
This commit is contained in:
parent
a209c597e2
commit
1eb26d0e07
1 changed files with 3 additions and 3 deletions
|
@ -26,14 +26,14 @@ DOC_PO_FILES= \
|
|||
%D%/guix-manual.pt_BR.po \
|
||||
%D%/guix-manual.ru.po \
|
||||
%D%/guix-manual.sk.po \
|
||||
%D%/guix-manual.zh_CN.po \
|
||||
%D%/guix-manual.zh_Hans.po
|
||||
%D%/guix-manual.zh_CN.po
|
||||
|
||||
DOC_COOKBOOK_PO_FILES= \
|
||||
%D%/guix-cookbook.de.po \
|
||||
%D%/guix-cookbook.fa.po \
|
||||
%D%/guix-cookbook.fr.po \
|
||||
%D%/guix-cookbook.ko.po
|
||||
%D%/guix-cookbook.ko.po \
|
||||
%D%/guix-cookbook.zh_Hans.po
|
||||
|
||||
EXTRA_DIST = \
|
||||
%D%/guix-manual.pot \
|
||||
|
|
Loading…
Reference in a new issue