Files
parsedmarc/build.sh
2018-02-06 10:56:06 -05:00

9 lines
177 B
Bash
Executable File

#!/usr/bin/env bash
. ~/venv/domainaware/bin/activate
cd docs && make html && cp -r _build/html/* ../../parsedmarc-docs/
cd ..
rm -rf dist/ build/
python setup.py bdist_wheel