Skip to content

Commit

Permalink
fix make file issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMcLear committed Jan 27, 2013
1 parent e811037 commit 7740394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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/

0 comments on commit 7740394

Please sign in to comment.