[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-141-gbfb8464 |
Date: |
Mon, 24 Mar 2008 11:10:18 +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 Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=bfb846498ca08e33dc7448a6b618cab360a12921
The branch, master has been updated
via bfb846498ca08e33dc7448a6b618cab360a12921 (commit)
from 8ee74cb8ffa871da81a391c92e8116b555ac9d27 (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 bfb846498ca08e33dc7448a6b618cab360a12921
Author: Ralf Wildenhues <address@hidden>
Date: Mon Mar 24 12:03:54 2008 +0100
Introduce @ovar from Autoconf.
* doc/automake.texi (@ovar): New macro, from autoconf.texi.
(Python): Use it.
Suggestion by Eric Blake.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
doc/automake.texi | 10 +++++++++-
2 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 678e915..c054c5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-24 Ralf Wildenhues <address@hidden>
+
+ * doc/automake.texi (@ovar): New macro, from autoconf.texi.
+ (Python): Use it.
+ Suggestion by Eric Blake.
+
2008-03-20 Ralf Wildenhues <address@hidden>
* lib/texinfo.tex: Sync from upstream.
diff --git a/doc/automake.texi b/doc/automake.texi
index eb86e45..c326c89 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -7,6 +7,14 @@
@include version.texi
address@hidden @ovar(ARG, DEFAULT)
address@hidden -------------------
address@hidden The ARG is an optional argument. To be used for macro arguments
in
address@hidden their documentation (@defmac).
address@hidden ovar{varname}
address@hidden@address@hidden
address@hidden macro
+
@copying
This manual is for @acronym{GNU} Automake (version @value{VERSION},
@@ -7273,7 +7281,7 @@ files in your @file{Makefile.am}, depending where you
want your files
installed (see the definitions of @code{pythondir} and
@code{pkgpythondir} below).
address@hidden AM_PATH_PYTHON (address@hidden, address@hidden, address@hidden)
address@hidden AM_PATH_PYTHON (@ovar{VERSION}, @ovar{ACTION-IF-FOUND},
@ovar{ACTION-IF-NOT-FOUND})
Search for a Python interpreter on the system. This macro takes three
optional arguments. The first argument, if present, is the minimum
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-141-gbfb8464,
Ralf Wildenhues <=