docs: update meson.build
authorØyvind Kolås <pippin@gimp.org>
Mon, 22 Jul 2019 14:11:07 +0000 (16:11 +0200)
committerØyvind Kolås <pippin@gimp.org>
Mon, 22 Jul 2019 14:11:07 +0000 (16:11 +0200)
docs/meson.build

index bc4382277bf150d7f9911c290944fe15833f4325..7dba6771635ad05ef5fd8efc950685c448cdfe72 100644 (file)
@@ -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@',