diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-05-04 22:35:23 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-04 23:07:38 +0200 |
| commit | 227ff747a640dd017bcca087e14b244afc1bd958 (patch) | |
| tree | e9af82466d0125221ed999e56dbe9d9cd818420a | |
| parent | ae185085a649a7c3472fdaac6f40c2402fe5bd6e (diff) | |
doc: Warn about missing entries in htmlxref.cnf.
* doc/local.mk (AM_MAKEINFOHTMLFLAGS): New variable.
| -rw-r--r-- | doc/local.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/local.mk b/doc/local.mk index 51800bb35..ed87638a5 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 = \ |