$(PYTHON) setup.py clean
rm -rf build
find python -name '*.py[oc]' -print | xargs rm -f
- rm -f python/skytools/installer_config.py
+ rm -f python/skytools/installer_config.py source.list
rm -rf tests/londiste/sys
rm -rf tests/londiste/file_logs
rm -rf tests/londiste/fix.*
debuild -uc -us -b
tgz: config.mak clean
- $(MAKE) -C doc man
+ $(MAKE) -C doc man html
+ rm -f source.list
$(PYTHON) setup.py sdist -t source.cfg -m source.list
debclean: distclean
include Makefile COPYRIGHT README NEWS config.mak.in configure configure.ac source.cfg
-recursive-include sql *.sql Makefile *.out *.in *.[ch] README* *.in
+recursive-include sql *.sql Makefile *.out *.in *.[ch] README* *.ini *.templ
recursive-include python/conf *.ini
-recursive-include scripts *.py *.templ
+recursive-include misc *.sh *.rc *.py Cindent
+recursive-include scripts *.py *.templ *.ini
recursive-include lib *.[ch] Makefile Setup.mk README COPYRIGHT
recursive-include debian changelog packages.in
-recursive-include doc Makefile *.py *.txt *.[1-9]
+recursive-include doc Makefile *.py *.txt *.[1-9] *.html
include python/skytools/installer_config.py.in
prune python/skytools/installer_config.py
recursive-include upgrade *.sql Makefile
-recursive-include tests *.conf *.sh *.ini *.py Makefile data.sql install.sql v2*.sql *.conf
+recursive-include tests *.conf *.sh *.ini *.py Makefile data.sql install.sql *.sql *.conf
prune fix*.sql