aboutsummaryrefslogtreecommitdiffstats
path: root/doc/cpp/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-24 09:16:08 -0400
committerDavid Robillard <d@drobilla.net>2021-05-24 09:42:59 -0400
commit3d78a073d90d8f232604fbdc76a6a583ffab364b (patch)
tree75233415a2ad06ae2927eb7118655c52a4490c15 /doc/cpp/meson.build
parent07ba65842428ad50367847c7236881d814620ef4 (diff)
downloadpugl-3d78a073d90d8f232604fbdc76a6a583ffab364b.tar.gz
pugl-3d78a073d90d8f232604fbdc76a6a583ffab364b.tar.bz2
pugl-3d78a073d90d8f232604fbdc76a6a583ffab364b.zip
Consistently refer to C++ as "cpp" and fix installation
Diffstat (limited to 'doc/cpp/meson.build')
-rw-r--r--doc/cpp/meson.build4
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')