README.md
authorChristopher Dunn <cdunn2001@gmail.com>
Sat, 24 Jan 2015 21:43:23 +0000 (15:43 -0600)
committerChristopher Dunn <cdunn2001@gmail.com>
Sat, 24 Jan 2015 22:21:12 +0000 (16:21 -0600)
NEWS.txt
SConstruct
doxybuild.py

index 1be7b8e..5733fcd 100644 (file)
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -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
index 1c55bcd..f3a73f7 100644 (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 )
 
index 0b61c39..9c49df2 100644 (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'