fix make file issue

pull/1412/head
John McLear 2013-01-27 03:08:21 +00:00
parent e811037300
commit 77403942ee
1 changed files with 1 additions and 1 deletions

View File

@ -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/