1
0
mirror of https://github.com/golang/go synced 2024-11-21 14:24:44 -07:00

doc/codelab/wiki: fix Makefile

R=adg
CC=golang-dev
https://golang.org/cl/4971043
This commit is contained in:
Russ Cox 2011-08-29 09:24:24 -04:00
parent 0f5902d6be
commit 0b12223fbe

View File

@ -10,7 +10,7 @@ include ../../../src/Make.common
CLEANFILES+=index.html srcextract.bin htmlify.bin get.bin
index.html: srcextract.bin htmlify.bin
index.html: wiki.html srcextract.bin htmlify.bin
PATH=.:$$PATH awk '/^!/{system(substr($$0,2)); next} {print}' < wiki.html | tr -d '\r' > index.html
test: get.bin