diff options
Diffstat (limited to 'doc/c/meson.build')
-rw-r--r-- | doc/c/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/c/meson.build b/doc/c/meson.build index 8592f75..f8b4626 100644 --- a/doc/c/meson.build +++ b/doc/c/meson.build @@ -1,4 +1,4 @@ -# Copyright 2021 David Robillard <d@drobilla.net> +# Copyright 2021-2022 David Robillard <d@drobilla.net> # SPDX-License-Identifier: CC0-1.0 OR ISC config = configuration_data() @@ -18,6 +18,7 @@ c_rst_files = files( 'view.rst', 'events.rst', 'event-loop.rst', + 'clipboards.rst', 'shutting-down.rst' ) |