diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-04-22 19:23:15 +0200 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-04-22 23:40:21 +0200 |
commit | 78d7d8bbce02771650060a60107e923118b5c80d (patch) | |
tree | 77ea8b4972bc873a266351a1a25798ef9094af9f /doc | |
parent | 5a0098e152c8888d4eea86593765a8bf393de5c4 (diff) | |
download | guix-78d7d8bbce02771650060a60107e923118b5c80d.tar guix-78d7d8bbce02771650060a60107e923118b5c80d.tar.gz |
doc: Update TRANSLATED_INFO.
This fixes issues with missing sources when the infos are built.
* doc/local.mk (TRANSLATED_INFO): Add missing documents.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/local.mk | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/local.mk b/doc/local.mk index 70e102bdef..d69a2feabd 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -70,18 +70,33 @@ OS_CONFIG_EXAMPLES_TEXI = \ %D%/os-config-desktop.texi \ %D%/os-config-lightweight-desktop.texi +# Do not forget to update these, when updating info_TEXINFOS TRANSLATED_INFO = \ %D%/guix.de.texi \ %D%/guix.es.texi \ + %D%/guix.fa.texi \ %D%/guix.fr.texi \ + %D%/guix.it.texi \ + %D%/guix.ko.texi \ + %D%/guix.pt_BR.texi \ %D%/guix.ru.texi \ + %D%/guix.sk.texi \ %D%/guix.zh_CN.texi \ %D%/contributing.de.texi \ %D%/contributing.es.texi \ + %D%/contributing.fa.texi \ %D%/contributing.fr.texi \ + %D%/contributing.it.texi \ + %D%/contributing.ko.texi \ + %D%/contributing.pt_BR.texi \ %D%/contributing.ru.texi \ + %D%/contributing.sk.texi \ %D%/contributing.zh_CN.texi \ - %D%/guix-cookbook.de.texi + %D%/guix-cookbook.de.texi \ + %D%/guix-cookbook.fa.texi \ + %D%/guix-cookbook.fr.texi \ + %D%/guix-cookbook.ko.texi \ + %D%/guix-cookbook.zh_Hans.texi # Bundle this file so that makeinfo finds it in out-of-source-tree builds. BUILT_SOURCES += $(OS_CONFIG_EXAMPLES_TEXI) $(TRANSLATED_INFO) |