mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
10 lines
67 B
Bash
10 lines
67 B
Bash
#!/bin/sh
|
|
|
|
python setup.py install
|
|
|
|
cd docs
|
|
|
|
make clean
|
|
make html
|
|
|