Formerly make.texinfo.~90~
authorRoland McGrath <roland@redhat.com>
Fri, 16 Apr 1993 18:26:18 +0000 (18:26 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 16 Apr 1993 18:26:18 +0000 (18:26 +0000)
make.texinfo

index 0b2f70d..2c3ed06 100644 (file)
@@ -9,7 +9,7 @@
 
 @set EDITION 0.41
 @set VERSION 3.64 Beta
-@set UPDATED 14 April 1993
+@set UPDATED 16 April 1993
 @set UPDATE-MONTH April 1993
 
 @c finalout
@@ -3442,9 +3442,9 @@ For example, using this canned sequence:
 
 @example
 define frobnicate
-@echo "frobnicating target $@"
-frob-step-1 $< -o $@-step-1
-frob-step-2 $@-step-1 -o $@
+@@echo "frobnicating target $@@"
+frob-step-1 $< -o $@@-step-1
+frob-step-2 $@@-step-1 -o $@@
 endef
 @end example