From 5f3429b14d50b0e937e37c546e648b54dd1b9a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haitao=20Li=20=20=E6=9D=8E=E6=B5=B7=E6=B6=9B?= Date: Sun, 17 Feb 2013 18:50:16 +0800 Subject: Fix typo in manual --- doc/manual.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index 60439fd..221df47 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -397,7 +397,7 @@ rule cc # If left unspecified, builds get the outer $cflags. build foo.o: cc foo.c -# But you can can shadow variables like cflags for a particular build. +# But you can shadow variables like cflags for a particular build. build special.o: cc special.c cflags = -Wall @@ -636,7 +636,7 @@ across a line break). paths, where a space would otherwise separate filenames. See below.) `$:` :: a colon. (This is only necessary in `build` lines, where a colon -would otherwise terminate the list of inputs.) +would otherwise terminate the list of outputs.) `$$`:: a literal `$`. -- cgit v0.12