tgz generation fixes
authorMarko Kreen <markokr@gmail.com>
Mon, 13 Apr 2009 18:02:48 +0000 (21:02 +0300)
committerMarko Kreen <markokr@gmail.com>
Mon, 13 Apr 2009 18:18:24 +0000 (21:18 +0300)
- include html files
- include scripts/*.ini
- include misc/*
- include *.ini under sql/

Makefile
source.cfg

index dba8519b2105eae7e432d2654b46027490d4b962..aa0b0552af41c94300be73ef7798bd6a7af38a11 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ clean: sub-clean
        $(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.*
@@ -91,7 +91,8 @@ deb84:
        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
index a585c1b90359c410f101075a0768ba41016169a4..21ca1d415549e06353789f890567c0e7db187409 100644 (file)
@@ -4,14 +4,15 @@
 
 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