diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..217ba35 --- /dev/null +++ b/build.sh @@ -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 + diff --git a/makedocs.sh b/makedocs.sh deleted file mode 100644 index 4ad87ec..0000000 --- a/makedocs.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -. ~/venv/domainaware/bin/activate -cd docs && make html && cp -r build/html/* ../../parsedmarc-docs/