autoconf-patches
[Top][All Lists]
Advanced

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

Re: small doc cleanups


From: Ralf Wildenhues
Subject: Re: small doc cleanups
Date: Fri, 28 Apr 2006 17:12:10 +0200
User-agent: Mutt/1.5.11

* Ralf Wildenhues wrote on Tue, Apr 25, 2006 at 08:42:56PM CEST:
> OK to apply these three patches affecting comments or documentation
> only?

And a few more cleanups.

I'll wait a few more days and just apply all four patches then, in
absence of comments.

Cheers,
Ralf

        * doc/autoconf.texi (Limitations of Make): Clean up markup.

Index: doc/autoconf.texi
===================================================================
RCS file: /cvsroot/autoconf/autoconf/doc/autoconf.texi,v
retrieving revision 1.1001
diff -u -r1.1001 autoconf.texi
--- doc/autoconf.texi   26 Apr 2006 20:30:55 -0000      1.1001
+++ doc/autoconf.texi   27 Apr 2006 20:55:26 -0000
@@ -13688,7 +13688,7 @@
 @command{make} will execute
 
 @smallexample
address@hidden `test -f ../pkg/src/if.c || echo ../pkg/src/`if.c f.c}
+cp `test -f ../pkg/src/if.c || echo ../pkg/src/`if.c f.c
 @end smallexample
 
 @noindent
@@ -14044,7 +14044,7 @@
 .SUFFIXES: .in
 foo: foo.in
 .in:
-        cp $< $@
+        cp $< $@@
 $ @kbd{touch foo.in}
 $ @kbd{make}
 $ @kbd{ls}
@@ -14067,7 +14067,7 @@
 $ @kbd{cat Makefile}
 .SUFFIXES: .in
 .in:
-        cp $< $@
+        cp $< $@@
 $ @kbd{make foo}
 cp foo.in foo
 @end example
@@ -14080,7 +14080,7 @@
 foo.out: foo.in
 .SUFFIXES: .in .out
 .in.out:
-        cp $< $@
+        cp $< $@@
 $ @kbd{make}
 cp foo.in foo.out
 @end example




reply via email to

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