Commit 84443836 by benjaoming

do not build docs in build-sdist, it's not needed

parent bf68a1c6
...@@ -18,10 +18,10 @@ git log --graph --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit | sed "s ...@@ -18,10 +18,10 @@ git log --graph --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit | sed "s
echo "Compiling LESS files to CSS..." echo "Compiling LESS files to CSS..."
./build-less.sh ./build-less.sh
echo "Building docs..." #echo "Building docs..."
cd docs #cd docs
make html #make html
cd .. #cd ..
echo "Building model chart PDF (needs graphviz)..." echo "Building model chart PDF (needs graphviz)..."
cd testproject/ cd testproject/
...@@ -32,3 +32,7 @@ echo "Building Python source distribution..." ...@@ -32,3 +32,7 @@ echo "Building Python source distribution..."
rm -Rf *egg-info/ rm -Rf *egg-info/
python setup.py sdist python setup.py sdist
echo "OK, done. But ensure that you have pypandoc installed so the README.rst file is made for PyPi.. otherwise rerun."
echo "Now run python setup.py sdist upload"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment