Git fork

Merge branch 'sj/meson-doc-technical-dependency-fix'

The meson build procedure for Documentation/technical/ hierarchy was
missing necessary dependencies, which has been corrected.

* sj/meson-doc-technical-dependency-fix:
meson: fix missing deps for technical articles

+1
+1
Documentation/technical/meson.build
··· 60 60 command: asciidoc_html_options, 61 61 input: article, 62 62 output: fs.stem(article) + '.html', 63 + depends: documentation_deps, 63 64 install: true, 64 65 install_dir: get_option('datadir') / 'doc/git-doc/technical', 65 66 )