From 3edf8e05670dfa761d45c835ecbd8669799bd1a5 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Fri, 19 Jan 2018 15:54:46 +0100 Subject: [PATCH] tests: Improve comment in 'txinfo-many-output-formats.sh' * t/txinfo-many-output-formats.sh: Explain why AM_MAKEINFOFLAGS is set with an invalid option. --- t/txinfo-many-output-formats.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/txinfo-many-output-formats.sh b/t/txinfo-many-output-formats.sh index af58964f5..978417e60 100644 --- a/t/txinfo-many-output-formats.sh +++ b/t/txinfo-many-output-formats.sh @@ -128,7 +128,8 @@ test ! -e sub/main2.html test ! -e rec/main3.html # Make sure AM_MAKEINFOHTMLFLAGS is supported, and override AM_MAKEINFO. - +# Ensure that MAKEINFOFLAGS is not used for the following targets by using an +# invalid option. cp $srcdir/Makefile.am $srcdir/Makefile.sav cat >> $srcdir/Makefile.am <<'EOF' AM_MAKEINFOHTMLFLAGS = --no-headers --no-split -- 2.11.4.GIT