From 3d78a073d90d8f232604fbdc76a6a583ffab364b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 24 May 2021 09:16:08 -0400 Subject: Consistently refer to C++ as "cpp" and fix installation --- doc/cpp/index.rst | 2 +- doc/cpp/meson.build | 4 ++-- doc/cpp/overview.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/cpp') diff --git a/doc/cpp/index.rst b/doc/cpp/index.rst index b11d028..76f45af 100644 --- a/doc/cpp/index.rst +++ b/doc/cpp/index.rst @@ -9,4 +9,4 @@ Pugl deployment overview api/pugl - api/puglxx + api/puglpp 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') diff --git a/doc/cpp/overview.rst b/doc/cpp/overview.rst index 1928fba..faa265d 100644 --- a/doc/cpp/overview.rst +++ b/doc/cpp/overview.rst @@ -15,7 +15,7 @@ The C++ bindings are very lightweight and do not require virtual functions, RTTI, exceptions, or linking to the C++ standard library. -They are provided by the package ``puglxx-0`` which must be used in addition to the desired platform+backend package above. +They are provided by the package ``puglpp-0`` which must be used in addition to the desired platform+backend package above. The core API (excluding backend-specific components) is declared in ``pugl.hpp``: -- cgit v1.2.1