summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2014-12-24 02:45:21 +0000
committerJohn McLear <john@mclear.co.uk>2014-12-24 02:45:21 +0000
commit80fa2c2868ebb0ad16c7512214dffa0781abbb1b (patch)
tree6d9879586cf927a3862aff01274ba5f3ff5465a5 /Makefile
parent1ab7dfdb7b9ab3f8126819c73dfda6e4cf80cce8 (diff)
downloadetherpad-lite-80fa2c2868ebb0ad16c7512214dffa0781abbb1b.zip
move docs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b656d5d9..25fbf8e8 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 $< > $@
+ node bin/doc/generate.js --format=html --template=doc/template.html $< > $@
ifeq ($(UNAME),Darwin)
sed -i '' 's/__VERSION__/${VERSION}/' $@
else