From: Øyvind Kolås Date: Mon, 22 Jul 2019 14:11:07 +0000 (+0200) Subject: docs: update meson.build X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~11^2~75 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f1fdb86de56fb9b3066bf67b08f664a310181955;p=babl.git docs: update meson.build --- diff --git a/docs/meson.build b/docs/meson.build index bc43822..7dba677 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -54,13 +54,13 @@ index_html = custom_target('index.html', build_by_default: true, ) -Vocabulary_html = custom_target('Vocabulary.html', +Reference_html = custom_target('Reference.html', input : [ - 'Vocabulary-static.html', + 'Reference-static.html', 'toc', index_html_tmp, ], - output: [ 'Vocabulary.html', ], + output: [ 'Reference.html', ], command: [ env_bin, 'cp', '@INPUT0@', '@OUTPUT@',