civodul pushed a commit to branch version-1.0.0
in repository guix.

commit 1a9fc8e2282f8360be04cbaba632d5424004fcd3
Author: Ludovic Courtès <[email protected]>
Date:   Sat May 4 22:35:23 2019 +0200

    doc: Warn about missing entries in htmlxref.cnf.
    
    * doc/local.mk (AM_MAKEINFOHTMLFLAGS): New variable.
---
 doc/local.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/local.mk b/doc/local.mk
index 51800bb..ed87638 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -122,6 +122,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 =                                  \

Reply via email to