mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
take two at fixin Mac issue
This commit is contained in:
parent
6f743c6ee2
commit
d478ae2386
1 changed files with 5 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -15,10 +15,11 @@ out/doc/assets/%: doc/assets/%
|
||||||
out/doc/%.html: doc/%.md
|
out/doc/%.html: doc/%.md
|
||||||
mkdir -p $(@D)
|
mkdir -p $(@D)
|
||||||
node tools/doc/generate.js --format=html --template=doc/template.html $< > $@
|
node tools/doc/generate.js --format=html --template=doc/template.html $< > $@
|
||||||
ifeq ($(UNAME),Darwin)
|
ifeq ($(UNAME),Darwin)
|
||||||
sed -i '' 's/__VERSION__/${VERSION}/' $@
|
sed -i '' 's/__VERSION__/${VERSION}/' $@
|
||||||
else
|
else
|
||||||
sed -i 's/__VERSION__/${VERSION}/' $@
|
sed -i 's/__VERSION__/${VERSION}/' $@
|
||||||
|
endif
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf out/
|
rm -rf out/
|
||||||
|
|
Loading…
Reference in a new issue