Update build script

This commit is contained in:
Sean Whalen
2018-02-06 10:56:06 -05:00
parent c8d7bc703e
commit 8015e6a25c
2 changed files with 8 additions and 4 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/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
-4
View File
@@ -1,4 +0,0 @@
#!/usr/bin/env bash
. ~/venv/domainaware/bin/activate
cd docs && make html && cp -r build/html/* ../../parsedmarc-docs/