Skip to content

Commit f4bc0bf

Browse files
committed
README.md
1 parent 7d82b14 commit f4bc0bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ New in SVN
8080
(e.g. MSVC 2008 command prompt in start menu) before running scons.
8181

8282
- Added support for amalgamated source and header generation (a la sqlite).
83-
Refer to README.txt section "Generating amalgamated source and header"
83+
Refer to README.md section "Generating amalgamated source and header"
8484
for detail.
8585

8686
* Value

SConstruct

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ RunUnitTests = ActionFactory(runUnitTests_action, runUnitTests_string )
237237
env.Alias( 'check' )
238238

239239
srcdist_cmd = env['SRCDIST_ADD']( source = """
240-
AUTHORS README.txt SConstruct
240+
AUTHORS README.md SConstruct
241241
""".split() )
242242
env.Alias( 'src-dist', srcdist_cmd )
243243

doxybuild.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def yesno( bool ):
126126
print('Generating doc tarball to', tarball_path)
127127
tarball_sources = [
128128
output_dir,
129-
'README.txt',
129+
'README.md',
130130
'LICENSE',
131131
'NEWS.txt',
132132
'version'

0 commit comments

Comments
 (0)