summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-01-27 16:59:52 +0000
committerJohn McLear <john@mclear.co.uk>2013-01-27 16:59:52 +0000
commitd478ae23863f85dd1918e4b9494a717592bd60fd (patch)
tree49396fddd6c2ac36ab51d141486579eeadbe0771 /Makefile
parent6f743c6ee21dc96a286d2f52c3902bce11f7e19d (diff)
downloadetherpad-lite-d478ae23863f85dd1918e4b9494a717592bd60fd.zip
take two at fixin Mac issue
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 09dbf0f3..b656d5d9 100644
--- a/Makefile
+++ b/Makefile
@@ -15,10 +15,11 @@ out/doc/assets/%: doc/assets/%
out/doc/%.html: doc/%.md
mkdir -p $(@D)
node tools/doc/generate.js --format=html --template=doc/template.html $< > $@
- ifeq ($(UNAME),Darwin)
- sed -i '' 's/__VERSION__/${VERSION}/' $@
- else
- sed -i 's/__VERSION__/${VERSION}/' $@
+ifeq ($(UNAME),Darwin)
+ sed -i '' 's/__VERSION__/${VERSION}/' $@
+else
+ sed -i 's/__VERSION__/${VERSION}/' $@
+endif
clean:
rm -rf out/