projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72a5b1f
)
meson: rename html_help target to htmlhelp
author
Andres Freund
<
[email protected]
>
Tue, 21 Mar 2023 00:23:57 +0000
(17:23 -0700)
committer
Andres Freund
<
[email protected]
>
Tue, 21 Mar 2023 00:23:57 +0000
(17:23 -0700)
Reported-by: Peter Eisentraut <
[email protected]
>
Discussion: https://postgr.es/m/
3fc3bb9b
-f7f8-d442-35c1-
ec82280c564a
@enterprisedb.com
doc/src/sgml/meson.build
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/meson.build
b/doc/src/sgml/meson.build
index 38f1b8e7b17a31d85425fb406e066bdf50ff643b..e6fe124c7bc90e5ec649ec0454fda703e4764659 100644
(file)
--- a/
doc/src/sgml/meson.build
+++ b/
doc/src/sgml/meson.build
@@
-123,7
+123,7
@@
if xsltproc_bin.found()
# build multi-page html docs as part of docs target
docs += html
- html
_help = custom_target('html_
help',
+ html
help = custom_target('html
help',
input: ['stylesheet-hh.xsl', postgres_full_xml],
output: 'htmlhelp',
depfile: 'htmlhelp.d',
@@
-131,7
+131,7
@@
if xsltproc_bin.found()
command: [xsltproc, '--path', '@OUTDIR@', '-o', '@OUTDIR@/', xsltproc_flags, '@INPUT@'],
build_by_default: false,
)
- alldocs += html
_
help
+ alldocs += htmlhelp
# single-page HTML