summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-12-20 12:09:48 -0500
committerDavid Robillard <d@drobilla.net>2018-12-20 12:31:58 -0500
commite813e36af18483cf7e1fef8910160f5699a6f893 (patch)
tree068b2a9d162d49b3e1fc4c8aba5f4a43cc24a3e7
parent8d507420c0e91ed704b692187f9962d7fcf0e15f (diff)
downloadsuil-e813e36af18483cf7e1fef8910160f5699a6f893.tar.gz
suil-e813e36af18483cf7e1fef8910160f5699a6f893.tar.bz2
suil-e813e36af18483cf7e1fef8910160f5699a6f893.zip
Move README to README.md
-rw-r--r--README.md (renamed from README)0
-rw-r--r--wscript2
2 files changed, 1 insertions, 1 deletions
diff --git a/README b/README.md
index bdfc668..bdfc668 100644
--- a/README
+++ b/README.md
diff --git a/wscript b/wscript
index 18628b7..64c72f0 100644
--- a/wscript
+++ b/wscript
@@ -413,7 +413,7 @@ def posts(ctx):
autowaf.news_to_posts(
os.path.join(path, 'NEWS'),
{'title' : 'Suil',
- 'description' : autowaf.get_blurb(os.path.join(path, 'README')),
+ 'description' : autowaf.get_blurb(os.path.join(path, 'README.md')),
'dist_pattern' : 'http://download.drobilla.net/suil-%s.tar.bz2'},
{ 'Author' : 'drobilla',
'Tags' : 'Hacking, LAD, LV2, Suil' },