From c9a505f720d0f68f5811f0e0abca5c23b1bbe7ff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 6 Jun 2019 22:47:09 +0200 Subject: Fix post generation --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index ca8860d..8af3c32 100644 --- a/wscript +++ b/wscript @@ -270,7 +270,7 @@ def posts(ctx): autowaf.news_to_posts( os.path.join(path, 'NEWS'), {'title' : 'Jalv', - '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/jalv-%s.tar.bz2'}, { 'Author' : 'drobilla', 'Tags' : 'Hacking, LAD, LV2, Jalv' }, -- cgit v1.2.1