aboutsummaryrefslogtreecommitdiffstats
path: root/gendoc.py
diff options
context:
space:
mode:
Diffstat (limited to 'gendoc.py')
-rwxr-xr-xgendoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gendoc.py b/gendoc.py
index ff643d1..84442f0 100755
--- a/gendoc.py
+++ b/gendoc.py
@@ -93,7 +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/lv2.doap.ttl', lv2_outdir)
shutil.copy('core.lv2/manifest.ttl', lv2_outdir)
oldcwd = os.getcwd()