From a87331accdaec222af6fe84cac0c703e334e5a5f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Nov 2011 05:16:53 +0000 Subject: Add change log and release links to RDF. Add "Version History" section to generated documentation. Move doap metadata to separate file. --- gendoc.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gendoc.py') diff --git a/gendoc.py b/gendoc.py index 16ba199..ff643d1 100755 --- a/gendoc.py +++ b/gendoc.py @@ -93,6 +93,7 @@ lv2_outdir = os.path.join(out_base, 'lv2core') os.mkdir(lv2_outdir) shutil.copy('core.lv2/lv2.h', lv2_outdir) shutil.copy('core.lv2/lv2.ttl', lv2_outdir) +shutil.copy('core.lv2/lv2-doap.ttl', lv2_outdir) shutil.copy('core.lv2/manifest.ttl', lv2_outdir) oldcwd = os.getcwd() -- cgit v1.2.1