From d4a970f6962dda28133290194832b726b566ddab Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jul 2022 18:59:06 -0400 Subject: Switch to meson build system --- doc/ns/extensions/meson.build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/ns/extensions/meson.build (limited to 'doc/ns/extensions') diff --git a/doc/ns/extensions/meson.build b/doc/ns/extensions/meson.build new file mode 100644 index 0000000..b54e3d2 --- /dev/null +++ b/doc/ns/extensions/meson.build @@ -0,0 +1,13 @@ +# Copyright 2022 David Robillard +# SPDX-License-Identifier: CC0-1.0 OR ISC + +config = configuration_data({'BASE': '/ns/extensions'}) + +if get_option('online_docs') + htaccess = configure_file( + configuration: config, + input: files('..' / '..' / 'htaccess.in'), + install_dir: lv2_docdir / 'ns' / 'extensions', + output: '.htaccess', + ) +endif -- cgit v1.2.1