move docs

This commit is contained in:
John McLear 2014-12-24 02:45:21 +00:00
parent 1ab7dfdb7b
commit 80fa2c2868
17 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 $< > $@
node bin/doc/generate.js --format=html --template=doc/template.html $< > $@
ifeq ($(UNAME),Darwin)
sed -i '' 's/__VERSION__/${VERSION}/' $@
else