# slurp_makefile_fragment ($MAKEFILE)
# -----------------------------------
# Load a $MAKEFILE, strip '##'-style comments, and return the result.
-# No extra parsing, %TRANSFORM application, or post-processing is
-# done (e.g., recognition of rules declaration or of make variables
+# No extra parsing or post-processing is done (e.g., '%TRANSFORM%'
+# substitutions, recognition of rules declaration or of make variables
# definitions).
sub slurp_makefile_fragment ($)
{
-I $(@D) -I $(srcdir)/$(@D)' \
## texi2dvi and texi2pdf don't silence everything with -q, redirect
-## to /dev/null instead. We still want -q (%TEXIQUIET%) because it
-## turns on batch mode.
+## to /dev/null instead. We still want -q ($(AM_V_TEXI_QUIETOPTS))
+## because it turns on batch mode.
## Use '--build-dir' so that TeX and Texinfo auxiliary files and build
## by-products are left in there, instead of cluttering the current
## directory (see automake bug#11146). Use a different build-dir for