[SCM] GNU Autoconf source repository branch, master, updated. v2.63-287-g239b052
"Eric Blake" <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".
http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=239b0528b2dde294542b2a12b1d4811107cc8a30
The branch, master has been updated
via 239b0528b2dde294542b2a12b1d4811107cc8a30 (commit)
from e994faac09d1760b28d9d1e4d95468ffdfc1bdab (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 239b0528b2dde294542b2a12b1d4811107cc8a30
Author: Eric Blake <[email protected]>
Date: Mon Mar 16 17:03:27 2009 -0600
Fix 'make pdf'.
* doc/autoconf.texi (Balancing Parentheses): Fix usage of
@itemize.
Reported by Ralf Wildenhues, fix suggested by Karl Berry.
Signed-off-by: Eric Blake <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
doc/autoconf.texi | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6cef0d2..78ac194 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-16 Eric Blake <[email protected]>
+
+ Fix 'make pdf'.
+ * doc/autoconf.texi (Balancing Parentheses): Fix usage of
+ @itemize.
+ Reported by Ralf Wildenhues, fix suggested by Karl Berry.
+
2009-03-14 Eric Blake <[email protected]>
Resync upstream files.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index cb1eb74..6109bb2 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -9866,7 +9866,7 @@ arguments to macro calls. On the other hand, there are several
variations for defining @code{my_case} to be more robust, even when used
without proper quoting, each with some benefits and some drawbacks.
-@itemize @asis
+@itemize @w{}
@item Creative literal shell comment
@example
AC_DEFUN([my_case],
hooks/post-receive
--
GNU Autoconf source repository