forked from amorilia/pyffi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmakezip.sh
executable file
·20 lines (13 loc) · 1.07 KB
/
makezip.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
# clean working copy
git clean -x -d -f
# generate documentation
rm -rfv docs
cd docs-sphinx
epydoc -v --output=../docs --name='Python File Format Interface' --url='http://pyffi.sourceforge.net/' --navlink=' <a class="navbar" target="_top" href="http://pyffi.sourceforge.net/">Python File Format Interface</a> </th><th class="navbar" align="center"> <a class="navbar" target="_top" href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=199269" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a> ' --docformat="restructuredtext" --top=pyffi pyffi
cd ..
# create source and binary distributions
rm MANIFEST
python setup.py -q sdist --format=zip
python setup.py -q sdist --format=bztar
python setup.py --command-packages bdist_nsi bdist_nsi --bitmap=win-install/pyffi_install_164x314.bmp --headerbitmap=win-install/pyffi_install_150x57.bmp --run2to3 --msvc2008sp1 --nshextra=win-install/pyffi.nsh --target-versions=2.5,2.6,2.7,3.0,3.1,3.2 --maya --blender