From f1fdb86de56fb9b3066bf67b08f664a310181955 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Mon, 22 Jul 2019 16:11:07 +0200 Subject: [PATCH] docs: update meson.build --- docs/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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@', -- 2.30.2