projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47d399d
)
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
patch
|
blob
|
history
diff --git
a/docs/meson.build
b/docs/meson.build
index bc4382277bf150d7f9911c290944fe15833f4325..7dba6771635ad05ef5fd8efc950685c448cdfe72 100644
(file)
--- 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@',