forked from sheetjs/docs.sheetjs.com
10 lines
273 B
Makefile
10 lines
273 B
Makefile
|
.PHONY: index
|
||
|
index:
|
||
|
rm -rf js-xlsx
|
||
|
git clone --depth=1 https://github.com/SheetJS/js-xlsx
|
||
|
cd js-xlsx; grip --title "SheetJS Community Edition" --export README.md; cd ..
|
||
|
mv js-xlsx/README.html index.html
|
||
|
git add index.html
|
||
|
#mv js-xlsx/README.md .
|
||
|
#git add README.md
|