README.md

This commit is contained in:
Christopher Dunn 2015-01-24 15:43:23 -06:00
parent 7d82b14726
commit f4bc0bf4ec
3 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ New in SVN
(e.g. MSVC 2008 command prompt in start menu) before running scons.
- Added support for amalgamated source and header generation (a la sqlite).
Refer to README.txt section "Generating amalgamated source and header"
Refer to README.md section "Generating amalgamated source and header"
for detail.
* Value

View File

@ -237,7 +237,7 @@ RunUnitTests = ActionFactory(runUnitTests_action, runUnitTests_string )
env.Alias( 'check' )
srcdist_cmd = env['SRCDIST_ADD']( source = """
AUTHORS README.txt SConstruct
AUTHORS README.md SConstruct
""".split() )
env.Alias( 'src-dist', srcdist_cmd )

View File

@ -126,7 +126,7 @@ def build_doc( options, make_release=False ):
print('Generating doc tarball to', tarball_path)
tarball_sources = [
output_dir,
'README.txt',
'README.md',
'LICENSE',
'NEWS.txt',
'version'