Added NEWS.txt that provides a synopsis of the change since the last version. Integrated NEWS.txt in documentation.

This commit is contained in:
Baptiste Lepilleur
2010-03-13 11:14:49 +00:00
parent e1b26455e7
commit 130730ffd7
3 changed files with 23 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ def build_doc( options, make_release=False ):
tarball_sources = [
output_dir,
'README.txt',
'NEWS.txt',
'version'
]
tarball_basedir = os.path.join( output_dir, html_output_dirname )