From fef05346c13a085e96edb3c63ebafedddf7764ec Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 30 Jul 2012 18:56:28 +0200 Subject: [PATCH] [ng] cosmetics: improve few comments * automake.in (slurp_makefile_fragment): Here. * lib/am/texibuild.am (am__texibuild_dvi_or_pdf): And here. Signed-off-by: Stefano Lattarini --- automake.in | 4 ++-- lib/am/texibuild.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automake.in b/automake.in index 4d16582d9..64fc560f3 100644 --- a/automake.in +++ b/automake.in @@ -5727,8 +5727,8 @@ sub transform ($$) # 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 ($) { diff --git a/lib/am/texibuild.am b/lib/am/texibuild.am index 144154ad6..aad09a14d 100644 --- a/lib/am/texibuild.am +++ b/lib/am/texibuild.am @@ -29,8 +29,8 @@ define am__texibuild_dvi_or_pdf -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 -- 2.47.2