aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/c/meson.build2
-rwxr-xr-xscripts/lv2_build_index.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/c/meson.build b/doc/c/meson.build
index 3ce7fdc..d0fcd89 100644
--- a/doc/c/meson.build
+++ b/doc/c/meson.build
@@ -25,7 +25,7 @@ if doxygen.found()
command: [doxygen, '@INPUT@'],
input: reference_doxygen,
install: true,
- install_dir: lv2_docdir,
+ install_dir: lv2_docdir / 'c',
output: ['html', 'tags'],
)
diff --git a/scripts/lv2_build_index.py b/scripts/lv2_build_index.py
index 9a287e4..c99ba8d 100755
--- a/scripts/lv2_build_index.py
+++ b/scripts/lv2_build_index.py
@@ -106,7 +106,7 @@ def _spec_link_columns(spec, root, name, online):
# API
col += '<td><a rel="rdfs:seeAlso"'
- col += f' href="../html/group__{stem}.html">{name}'
+ col += f' href="../c/html/group__{stem}.html">{name}'
col += "</a></td>"
return col