9 python setup.py
install --prefix=$(prefix)
15 rm -rf __pycache__ build
dist
16 rm -f
*.pyc MANIFEST
*.orig
*.rej
*.html
*.class
17 rm -rf doc
/_build doc
/_static doc
/_templates doc
/html
18 rm -rf .coverage cover
*
20 rm -f
test/files
/*.rar.
[pjt
]* *.diffs
26 curl
-X POST https
://readthedocs.org
/build
/6715
29 python setup.py sdist upload
32 for fn in
test/files
/*.py27
; do \
33 cp
$$fn `echo $$fn | sed 's/py27/exp/'` || exit
1; \