Check the setup.py really works
This commit is contained in:
parent
15829e9fe6
commit
5384a84de8
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ vi +2 ChangeLog
|
|||
set_version $VERSION
|
||||
|
||||
echo "Building Qt applications..."
|
||||
make clean && make all
|
||||
make clean
|
||||
./setup.py sdist bdist clean -a || exit 1
|
||||
|
||||
echo "Generating manpages..."
|
||||
tools/make_man.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue