aboutsummaryrefslogtreecommitdiffstats
path: root/gendoc.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-19 01:19:45 +0000
committerDavid Robillard <d@drobilla.net>2011-11-19 01:19:45 +0000
commit8cec97e8ad4f2bf3dba15b5d288dd76fc140f796 (patch)
treef81b650487f1539a3eb0085504dab5a6f6283e63 /gendoc.py
parent7c25d40076f863bdd019b637912e473d2e748040 (diff)
downloadlv2-8cec97e8ad4f2bf3dba15b5d288dd76fc140f796.tar.xz
Rename DOAP files.
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()