From 77403942eebdf9f6f103a858ceec72899d68574b Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 27 Jan 2013 03:08:21 +0000 Subject: [PATCH] fix make file issue --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e870a452..c63bb0bfb 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ out/doc/assets/%: doc/assets/% out/doc/%.html: doc/%.md mkdir -p $(@D) node tools/doc/generate.js --format=html --template=doc/template.html $< > $@ - cat $@ | sed 's/__VERSION__/${VERSION}/' > $@ + sed -i 's/__VERSION__/${VERSION}/' $@ clean: rm -rf out/