diff options
Diffstat (limited to 'doc/local.mk')
-rw-r--r-- | doc/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/local.mk b/doc/local.mk index 2f26cdceff..c9a8391993 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -23,7 +23,7 @@ # If adding a language, update the following variables, and info_TEXINFOS. MANUAL_LANGUAGES = de es fa fi fr it ko pt_BR ru sk zh_CN -COOKBOOK_LANGUAGES = de es fa fi fr ko pt_BR ru sk zh_Hans +COOKBOOK_LANGUAGES = de es fa fi fr ko pt_BR ru sk uk zh_Hans # Arg1: A list of languages codes. # Arg2: The file name stem. @@ -53,6 +53,7 @@ info_TEXINFOS = %D%/guix.texi \ %D%/guix-cookbook.pt_BR.texi \ %D%/guix-cookbook.ru.texi \ %D%/guix-cookbook.sk.texi \ + %D%/guix-cookbook.uk.texi \ %D%/guix-cookbook.zh_Hans.texi %C%_guix_TEXINFOS = \ |