diff options
author | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2010-01-06 17:43:20 +0100 |
---|---|---|
committer | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2010-01-06 17:43:20 +0100 |
commit | 70c39e6e5cbcf08556bf42c6fa314fa7b2b2a5ec (patch) | |
tree | e0c1e14212c6d6935ec619d51cb3493f0d1f3195 | |
parent | Translate the autoconf chapter to DocBook 5. (diff) | |
download | devmanual-70c39e6e5cbcf08556bf42c6fa314fa7b2b2a5ec.tar.gz devmanual-70c39e6e5cbcf08556bf42c6fa314fa7b2b2a5ec.tar.bz2 devmanual-70c39e6e5cbcf08556bf42c6fa314fa7b2b2a5ec.zip |
Fix title a bit.
-rw-r--r-- | content/general-concepts/autotools.xmli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/general-concepts/autotools.xmli b/content/general-concepts/autotools.xmli index 32d62b4..666c904 100644 --- a/content/general-concepts/autotools.xmli +++ b/content/general-concepts/autotools.xmli @@ -526,7 +526,7 @@ AM_CFLAGS="-Wall" </section> <section> - <title><command>aclocal</command> and <command>m4</command> Files</title> + <title><command>aclocal</command> and <filename>.m4</filename> Files</title> <para> In the <filename>configure.ac</filename> or <filename>configure.in</filename> files you can call not only the |