From 10ed9ed10cc82144bd9443ed25f6c86cdd3f3b17 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Mon, 13 Apr 2009 21:02:48 +0300 Subject: [PATCH] tgz generation fixes - include html files - include scripts/*.ini - include misc/* - include *.ini under sql/ --- Makefile | 5 +++-- source.cfg | 9 +++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index dba8519b..aa0b0552 100644 --- 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 diff --git a/source.cfg b/source.cfg index a585c1b9..21ca1d41 100644 --- a/source.cfg +++ b/source.cfg @@ -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 -- 2.39.5