diff options
Diffstat (limited to 'doc/cpp/meson.build')
-rw-r--r-- | doc/cpp/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cpp/meson.build b/doc/cpp/meson.build index d8bae11..ad25319 100644 --- a/doc/cpp/meson.build +++ b/doc/cpp/meson.build @@ -31,7 +31,7 @@ docs = custom_target( output: 'singlehtml', build_by_default: true, install: true, - install_dir: docdir / 'puglxx-0') + install_dir: docdir / 'puglpp-0') docs = custom_target( 'C++ API Documentation (html)', @@ -40,4 +40,4 @@ docs = custom_target( output: 'html', build_by_default: true, install: true, - install_dir: docdir / 'puglxx-0') + install_dir: docdir / 'puglpp-0') |