diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/meson.build b/plugins/meson.build index ee114ef..08b3feb 100644 --- a/plugins/meson.build +++ b/plugins/meson.build @@ -68,9 +68,9 @@ if not get_option('docs').disabled() build_by_default: true, command: [ asciidoc, - '-a', 'stylesdir=' + lv2_source_root / 'doc', + '-a', 'stylesdir=' + lv2_source_root / 'doc' / 'style', '-a', 'source-highlighter=pygments', - '-a', 'pygments-style=' + lv2_source_root / 'doc' / 'style.css', + '-a', 'pygments-style=' + lv2_source_root / 'doc' / 'style' / 'style.css', '-b', 'html', '-o', '@OUTPUT@', '@INPUT@', |