diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-25 00:25:15 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-25 00:25:15 +0200 |
commit | 57df83e07d4b5e78d9a54c1a88d05b4a9ed65714 (patch) | |
tree | 76684e63965e9ad6e37d9d45bc3159e6c9782cd0 /doc/local.mk | |
parent | 43d9ed7792808638eabb43aa6133f1d6186c520b (diff) | |
parent | 136b7d81f0eb713783e9ea7cf7f260a2b6252dfd (diff) | |
download | patches-57df83e07d4b5e78d9a54c1a88d05b4a9ed65714.tar patches-57df83e07d4b5e78d9a54c1a88d05b4a9ed65714.tar.gz |
Merge branch 'staging' into core-updates
Diffstat (limited to 'doc/local.mk')
-rw-r--r-- | doc/local.mk | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/local.mk b/doc/local.mk index 204e1990a5..42dd09f089 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -22,9 +22,10 @@ # along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. info_TEXINFOS = %D%/guix.texi \ + %D%/guix.de.texi \ %D%/guix.es.texi \ %D%/guix.fr.texi \ - %D%/guix.de.texi \ + %D%/guix.ru.texi \ %D%/guix.zh_CN.texi %C%_guix_TEXINFOS = \ @@ -61,10 +62,12 @@ TRANSLATED_INFO = \ %D%/guix.de.texi \ %D%/guix.es.texi \ %D%/guix.fr.texi \ + %D%/guix.ru.texi \ %D%/guix.zh_CN.texi \ %D%/contributing.de.texi \ %D%/contributing.es.texi \ %D%/contributing.fr.texi \ + %D%/contributing.ru.texi \ %D%/contributing.zh_CN.texi # Bundle this file so that makeinfo finds it in out-of-source-tree builds. @@ -123,6 +126,10 @@ dist_infoimage_DATA = \ %D%/images/installer-partitions.png \ %D%/images/installer-resume.png +# Ask for warnings about cross-referenced manuals that are not listed in +# htmlxref.cnf. +AM_MAKEINFOHTMLFLAGS = --set-customization-variable CHECK_HTMLXREF=true + # Try hard to obtain an image size and aspect that's reasonable for inclusion # in an Info or PDF document. DOT_OPTIONS = \ |