diff options
author | Ondřej Surý <ondrej@sury.org> | 2011-04-20 15:44:41 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2011-04-20 15:44:41 +0200 |
commit | 50104cc32a498f7517a51c8dc93106c51c7a54b4 (patch) | |
tree | 47af80be259cc7c45d0eaec7d42e61fa38c8e4fb /doc/codelab/wiki/Makefile | |
parent | c072558b90f1bbedc2022b0f30c8b1ac4712538e (diff) | |
download | golang-upstream/2011.03.07.1.tar.gz |
Imported Upstream version 2011.03.07.1upstream/2011.03.07.1
Diffstat (limited to 'doc/codelab/wiki/Makefile')
-rw-r--r-- | doc/codelab/wiki/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/codelab/wiki/Makefile b/doc/codelab/wiki/Makefile index 0d948ed4b..43f05b21d 100644 --- a/doc/codelab/wiki/Makefile +++ b/doc/codelab/wiki/Makefile @@ -11,7 +11,7 @@ include ../../../src/Make.common CLEANFILES+=index.html srcextract.bin htmlify.bin index.html: srcextract.bin htmlify.bin - awk '/^!/{system(substr($$0,2)); next} {print}' "$$@" < wiki.html > index.html + PATH=.:$$PATH awk '/^!/{system(substr($$0,2)); next} {print}' < wiki.html | tr -d '\r' > index.html test: get.bin bash ./test.sh |