From d4b062db40969cb85b957ae3d65f8fedd32e9fc7 Mon Sep 17 00:00:00 2001 From: "jdennis%redhat.com" Date: Tue, 1 Jun 2010 16:44:35 +0000 Subject: [PATCH] Modify install_doc to include ChangeLog, test scripts and lib files. Some of this logic had been in the spec file, but that requires more manual maintenance of the spec file than is prudent. git-svn-id: svn://10.0.0.236/trunk@260405 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/python/nss/setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mozilla/security/python/nss/setup.py b/mozilla/security/python/nss/setup.py index 55a2c1e3280..c148c5ea049 100644 --- a/mozilla/security/python/nss/setup.py +++ b/mozilla/security/python/nss/setup.py @@ -340,9 +340,13 @@ nss_ssl_extension = \ ) doc_manifest = [ - [['include README LICENSE*', + [['include README LICENSE* doc/ChangeLog', 'recursive-include doc *.py *.txt',], [('^doc/', '')], None], + [['recursive-include test *.py *.txt',], + None , None], + [['recursive-include lib *.py *.txt',], + [('^lib/', '')] , 'examples'], [['recursive-include build/doc/html *'], [('^build/doc/', 'api/')], None], ]