summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-01-27 03:08:21 +0000
committerJohn McLear <john@mclear.co.uk>2013-01-27 03:08:21 +0000
commit77403942eebdf9f6f103a858ceec72899d68574b (patch)
treed5848352cf798b47cd148af860e9842b33283808 /Makefile
parente81103730012b1caa7baa969679f03806392da53 (diff)
downloadetherpad-lite-77403942eebdf9f6f103a858ceec72899d68574b.zip
fix make file issue
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e870a45..c63bb0bf 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/