+2009-04-14 Karl Berry <karl@freefriends.org>
+
+ manual: improve markup: itemize list in `Extending'.
+ * doc/automake.texi (Extending): Use `@item's for user override
+ semantics.
+
2009-04-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
bin_PROGRAMS = $(EXTRA_PROGRAMS) should work.
@command{automake} itself), it is possible to have conflicting
definitions of rules or variables. When building @file{Makefile.in}
the following priorities are respected by @command{automake} to ensure
-the user always has the last word. User defined variables in
-@file{Makefile.am} have priority over variables @code{AC_SUBST}ed from
-@file{configure.ac}, and @code{AC_SUBST}ed variables have priority
-over @command{automake}-defined variables. As far as rules are
-concerned, a user-defined rule overrides any
+the user always has the last word:
+
+@itemize
+@item
+User defined variables in @file{Makefile.am} have priority over
+variables @code{AC_SUBST}ed from @file{configure.ac}, and
+@code{AC_SUBST}ed variables have priority over
+@command{automake}-defined variables.
+@item
+As far as rules are concerned, a user-defined rule overrides any
@command{automake}-defined rule for the same target.
+@end itemize
@cindex overriding rules
@cindex overriding semantics