Commit 51daba03 by benjaoming

add model chart in pdf to the build-sdist process

parent e7c70fd7
#!/bin/sh #!/bin/sh
echo "Compiling LESS files to CSS"
./build-less.sh ./build-less.sh
echo "Building model chart PDF (needs graphviz)"
cd testproject/
./manage.py wikiviz wiki --inheritance | dot -Tpdf -o ../model_chart_wiki.pdf
cd ..
echo "Building Python source distribution"
rm -Rf *egg-info/ rm -Rf *egg-info/
python setup.py sdist python setup.py sdist
No preview for this file type
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