]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: doc - cache doctrees in another directory
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 15 Feb 2019 13:18:11 +0000 (14:18 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:43:31 +0000 (10:43 +0100)
doc/meson.build

index d803f0f45dda40495852120ad8d0519227c22883..c39a71ca96e6bd896efffad1778c4bdb6df28cb4 100644 (file)
@@ -65,6 +65,7 @@ if build_doc  # doxygen + html docs
       sphinx_build,
       '-W',
       '-b', 'html',
+      '-d', '.doctrees',
       meson.current_source_dir(),
       '@OUTPUT@',
     ],