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