diff options
author | David Robillard <d@drobilla.net> | 2019-06-06 22:47:09 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-06-06 22:47:20 +0200 |
commit | c9a505f720d0f68f5811f0e0abca5c23b1bbe7ff (patch) | |
tree | 1145ac2c93896d701fe956e7e827c6c06ee9d77f | |
parent | fda1088c12c9df71f6478dc999f10f1d0e444d84 (diff) | |
download | jalv-c9a505f720d0f68f5811f0e0abca5c23b1bbe7ff.tar.gz jalv-c9a505f720d0f68f5811f0e0abca5c23b1bbe7ff.tar.bz2 jalv-c9a505f720d0f68f5811f0e0abca5c23b1bbe7ff.zip |
Fix post generation
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' }, |