autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.65-96-g


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.65-96-gde8b1ec
Date: Tue, 22 Jun 2010 21:51:59 +0000

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=de8b1ecbdb42f7c66eaf2e11f61768df4f71a7cb

The branch, master has been updated
       via  de8b1ecbdb42f7c66eaf2e11f61768df4f71a7cb (commit)
       via  f4012a626e4746a6d0187ff21ab99f740d488cf3 (commit)
      from  bba5963d58eea7424e7e5438651c054e5da8241b (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 de8b1ecbdb42f7c66eaf2e11f61768df4f71a7cb
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Jun 22 23:50:33 2010 +0200

    Add comments for vim syntax highlighting.
    
    * doc/autoconf.texi: Restore font-lock in some examples using
    $$, for vim.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

commit f4012a626e4746a6d0187ff21ab99f740d488cf3
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Jun 22 23:50:03 2010 +0200

    Formatting cleanups for optional arguments.
    
    * doc/autoconf.texi (Configuration Actions, Help Formatting)
    (External Software): Use @r{} for brackets denoting optional
    arguments, where @ovar is not safe to use.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    9 +++++++++
 doc/autoconf.texi |   12 +++++++++---
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0fc8dbe..d59487e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2010-06-22  Ralf Wildenhues  <address@hidden>
 
+       Add comments for vim syntax highlighting.
+       * doc/autoconf.texi: Restore font-lock in some examples using
+       $$, for vim.
+
+       Formatting cleanups for optional arguments.
+       * doc/autoconf.texi (Configuration Actions, Help Formatting)
+       (External Software): Use @r{} for brackets denoting optional
+       arguments, where @ovar is not safe to use.
+
        Clarify nested double-quotes and backquotes shell issues.
        * doc/autoconf.texi (Shellology): New anchor for pdksh.
        (Shell Substitutions): Link to it for escaped double-quotes
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 7e97d96..77013d4 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -2176,7 +2176,7 @@ have this prototype:
 @c FIXME: Can't use @ovar here, Texinfo 4.0 goes lunatic and emits something
 @c awful.
 @example
address@hidden(@address@hidden, address@hidden, address@hidden)
address@hidden(@address@hidden, @address@hidden@r{]}, @address@hidden@r{]})
 @end example
 
 @noindent
@@ -2855,6 +2855,7 @@ autoheader autom4te: Makefile
         srcdir=''; \
           test -f ./$@@.in || srcdir=$(srcdir)/; \
           $(edit) address@hidden@}$@@.in >$@@.tmp
address@hidden $$ restore font-lock
         chmod +x $@@.tmp
         chmod a-w $@@.tmp
         mv $@@.tmp $@@
@@ -10853,6 +10854,7 @@ use the following special escapes:
 
 @table @samp
 @item $$
address@hidden $$ restore font-lock
 The character @samp{$}.
 
 @item $f
@@ -18063,6 +18065,7 @@ Here is sample code to create a new temporary directory 
safely:
   test -n "$tmp" && test -d "$tmp"
 @} || @{
   tmp=$TMPDIR/foo$$-$RANDOM
address@hidden $$ restore font-lock
   (umask 077 && mkdir "$tmp")
 @} || exit $?
 @end example
@@ -19165,6 +19168,7 @@ install-HEADERS: $(HEADERS)
           $(INSTALL) -m 644 \
             `test -f $$i || echo $(VPATH)/`$$i \
             $(DESTDIR)$(includedir)/$$i; \
address@hidden $$ restore font-lock
         done
 @end example
 
@@ -19243,6 +19247,7 @@ install-HEADERS: $(HEADERS)
           $(INSTALL) -m 644 \
             `test -f $$i || echo $(VPATH)/`$$i \
             $(DESTDIR)$(includedir)/$$i; \
address@hidden $$ restore font-lock
         done
 @end example
 
@@ -20527,7 +20532,7 @@ The options have one of these forms:
 @c FIXME: Can't use @ovar here, Texinfo 4.0 goes lunatic and emits something
 @c awful.
 @example
address@hidden@var{arg}]
address@hidden@address@hidden@r{]}
 address@hidden
 @end example
 
@@ -20680,7 +20685,7 @@ compile them.  The options have one of these forms:
 @c FIXME: Can't use @ovar here, Texinfo 4.0 goes lunatic and emits something
 @c awful.
 @example
address@hidden@var{arg}]
address@hidden@address@hidden@r{]}
 address@hidden
 @end example
 
@@ -20977,6 +20982,7 @@ install:
 uninstall:
         for p in $(PROGRAMS); do \
           rm -f $(DESTDIR)$(bindir)/`echo $$p | sed '$(transform)'`; \
address@hidden $$ restore font-lock
         done
 @end example
 


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

[Prev in Thread] Current Thread [Next in Thread]