automake-patches
[Top][All Lists]
Advanced

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

transform doc patch


From: Alexandre Duret-Lutz
Subject: transform doc patch
Date: 31 Oct 2001 14:32:17 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

That was part of my first nobase_fix.patch

Index: ChangeLog
--- ChangeLog
+++ ChangeLog
@@ -1,1 +1,5 @@
+2001-10-31  Alexandre Duret-Lutz  <address@hidden>
+
+       * automake.in (transform): Update documentation.
+

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1224
diff -u -r1.1224 automake.in
--- automake.in 2001/10/30 16:50:14 1.1224
+++ automake.in 2001/10/31 13:38:41
@@ -7243,8 +7243,9 @@
 # -------------------
 # Foreach ($TOKEN, $VAL) in %PAIRS produce a replacement expression suitable
 # for file_contents which:
-#   - replaces @$TOKEN@ with $VALUE,
-#   - enables/disables ?$TOKEN?.
+#   - replaces %$TOKEN% with $VAL,
+#   - enables/disables ?$TOKEN? and ?!$TOKEN?,
+#   - replaces %?$TOKEN% with TRUE or FALSE.
 sub transform (%)
 {
     my (%pairs) = @_;

-- 
Alexandre Duret-Lutz



reply via email to

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