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
This commit is contained in:
jdennis%redhat.com 2010-06-01 16:44:35 +00:00
parent fb04606a63
commit d4b062db40

View File

@ -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],
]