diff options
-rw-r--r-- | README.md (renamed from README) | 0 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 1 insertions, 1 deletions
@@ -570,7 +570,7 @@ def posts(ctx): autowaf.news_to_posts( os.path.join(path, 'NEWS'), {'title' : 'Serd', - '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/serd-%s.tar.bz2'}, { 'Author' : 'drobilla', 'Tags' : 'Hacking, RDF, Serd' }, |