Skip to content

Commit 7730ceb

Browse files
committed
meson: rename html_help target to htmlhelp
Reported-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com> Discussion: https://postgr.es/m/3fc3bb9b-f7f8-d442-35c1-ec82280c564a@enterprisedb.com
1 parent 72a5b1f commit 7730ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@ if xsltproc_bin.found()
123123
# build multi-page html docs as part of docs target
124124
docs += html
125125

126-
html_help = custom_target('html_help',
126+
htmlhelp = custom_target('htmlhelp',
127127
input: ['stylesheet-hh.xsl', postgres_full_xml],
128128
output: 'htmlhelp',
129129
depfile: 'htmlhelp.d',
130130
depends: doc_generated,
131131
command: [xsltproc, '--path', '@OUTDIR@', '-o', '@OUTDIR@/', xsltproc_flags, '@INPUT@'],
132132
build_by_default: false,
133133
)
134-
alldocs += html_help
134+
alldocs += htmlhelp
135135

136136

137137
# single-page HTML

0 commit comments

Comments
 (0)