mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
fix make file issue
This commit is contained in:
parent
e811037300
commit
77403942ee
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ 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 $< > $@
|
||||||
cat $@ | sed 's/__VERSION__/${VERSION}/' > $@
|
sed -i 's/__VERSION__/${VERSION}/' $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf out/
|
rm -rf out/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue