summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHairyFotr <hairyfotr@gmail.com>2017-09-14 13:33:27 +0200
committerHairyFotr <hairyfotr@gmail.com>2017-09-14 13:33:27 +0200
commitc7548450c05b61c4232d7aa93926516bfa06688f (patch)
tree7173d8f6d58c8eebd82a0a40d08685e71292703e /Makefile
parent457fdaa36055f496800953c888150308376cc25d (diff)
downloadetherpad-lite-c7548450c05b61c4232d7aa93926516bfa06688f.zip
Typos and minor fixes in bin, doc, and root
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25fbf8e8..aedb9372 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ outdoc_files = $(addprefix out/,$(doc_sources:.md=.html))
docassets = $(addprefix out/,$(wildcard doc/assets/*))
-VERSION = $(shell node -e "console.log( require('./src/package.json').version )")
+VERSION = $(shell node -e "console.log( require('./src/package.json').version )")
UNAME := $(shell uname -s)
docs: $(outdoc_files) $(docassets)