summaryrefslogtreecommitdiff
path: root/doc/automake-ng.texi
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-20 14:25:19 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-20 14:59:56 +0200
commitaa9036d432c0c8a671800ceb172303cd9a933e31 (patch)
tree88b49d1860b50bbac0957dca79e7a256d2ce72af /doc/automake-ng.texi
parent6d02bf85a2b851f7519d96dafaa6e9b1f1588bad (diff)
parent9c22243af8307cd11923b3373314a5c7723d7c6d (diff)
downloadautomake-aa9036d432c0c8a671800ceb172303cd9a933e31.tar.gz
Merge branch 'master' into ng/master
* master: maintcheck: guard against obsolete $required entries tests: drop requirement 'makeinfo-html'; 'makeinfo' is enough tests: drop requirement 'texi2dvi-o'; 'texi2dvi' is enough texi: require Texinfo >= 4.9, related enhancements docs: it's not true that DISTCHECK_CONFIGURE_FLAGS is maintainer-reserved + Extra non-trivial edits: * t/silent-texi.sh ($required): Simply use 'makeinfo and 'texi2dvi', instead of (respectively) 'makeinfo-html' and 'texi2dvi-o'. * t/texinfo21b.sh: Fix a minor typo in heading comments. ($required): Simply use 'makeinfo instead of 'makeinfo-html' * lib/am/texibuild.am: Merge the changes done in the master branch to the ".texi -> .dvi" and ".texi -> .pdf" recipes into the definition of the '$(am__texibuild_dvi_or_pdf)' make function, as well as into ... (%.dvi: %.texi), (%.pdf: %.texi): ... calls to that function into these pattern rules. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'doc/automake-ng.texi')
-rw-r--r--doc/automake-ng.texi10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/automake-ng.texi b/doc/automake-ng.texi
index 23749b58a..c96b66ecd 100644
--- a/doc/automake-ng.texi
+++ b/doc/automake-ng.texi
@@ -12139,12 +12139,10 @@ DejaGnu tests (@pxref{DejaGnu Tests}) use @code{RUNTESTDEFAULTFLAGS} and
(@pxref{Java}) use @code{JAVACFLAGS} and @code{AM_JAVACFLAGS}. None
of these rules support per-target flags (yet).
-However you should not think that all variables ending with
-@code{FLAGS} follow this convention. For instance,
-@code{DISTCHECK_CONFIGURE_FLAGS} (@pxref{Checking the Distribution}) and
-@code{ACLOCAL_AMFLAGS} (see @ref{Rebuilding} and @ref{Local Macros}),
-are two variables that are only useful to the maintainer and have no
-user counterpart.
+However you should not think that all variables ending with @code{FLAGS}
+follow this convention. For instance, @code{ACLOCAL_AMFLAGS} (see
+@ref{Rebuilding} and @ref{Local Macros}) is a variable that is only
+useful to the maintainer and has no user counterpart.
@code{ARFLAGS} (@pxref{A Library}) is usually defined by Automake and
has neither @code{AM_} nor per-target cousin.