]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] cosmetics: improve few comments
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 30 Jul 2012 16:56:28 +0000 (18:56 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 31 Jul 2012 02:39:16 +0000 (04:39 +0200)
* automake.in (slurp_makefile_fragment): Here.
* lib/am/texibuild.am (am__texibuild_dvi_or_pdf): And here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in
lib/am/texibuild.am

index 4d16582d9b6c7b0ede8434c46ef052c2d95b8b5f..64fc560f3cb3c160cfec550438899539ea7162ae 100644 (file)
@@ -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 ($)
 {
index 144154ad6d435acf2ce251f404515cefdb63efcd..aad09a14d122a892a9eddfa243fbf8de27b2c015 100644 (file)
@@ -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