From 5105ddfecb2f4990b0ac3d1d009992f2a2caaa30 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 15 Mar 2020 14:36:18 +0000 Subject: build: Remove unnecessary argument The `install` argument for configure_file() is not needed if set to a `true` constant value while passing `install_dir`. --- doc/cookbook/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'doc') diff --git a/doc/cookbook/meson.build b/doc/cookbook/meson.build index a23f725f0..12e62308d 100644 --- a/doc/cookbook/meson.build +++ b/doc/cookbook/meson.build @@ -52,7 +52,6 @@ if xsltproc.found() configuration: cookbook_xml_conf, ), output: 'clutter-cookbook', - install: true, install_dir: cookbook_dir, ) -- cgit v1.2.1