meson: rename html_help target to htmlhelp
authorAndres Freund <andres@anarazel.de>
Tue, 21 Mar 2023 00:23:57 +0000 (17:23 -0700)
committerAndres Freund <andres@anarazel.de>
Tue, 21 Mar 2023 00:23:57 +0000 (17:23 -0700)
Reported-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Discussion: https://postgr.es/m/3fc3bb9b-f7f8-d442-35c1-ec82280c564a@enterprisedb.com

doc/src/sgml/meson.build

index 38f1b8e7b17a31d85425fb406e066bdf50ff643b..e6fe124c7bc90e5ec649ec0454fda703e4764659 100644 (file)
@@ -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',
+  htmlhelp = custom_target('htmlhelp',
     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