diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index b96c7cbf22..3c4aa6bebe 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -148,14 +148,6 @@ html-stamp: stylesheet.xsl postgres-full.xml $(ALL_IMAGES) cp $(srcdir)/stylesheet.css html/ touch $@ -htmlhelp: htmlhelp-stamp - -htmlhelp-stamp: stylesheet-hh.xsl postgres-full.xml $(ALL_IMAGES) - $(XSLTPROC) $(XMLINCLUDE) $(XSLTPROCFLAGS) $(wordlist 1,2,$^) - cp $(ALL_IMAGES) htmlhelp/ - cp $(srcdir)/stylesheet.css htmlhelp/ - touch $@ - # single-page HTML postgres.html: stylesheet-html-nochunk.xsl postgres-full.xml $(ALL_IMAGES) $(XSLTPROC) $(XMLINCLUDE) $(XSLTPROCFLAGS) $(XSLTPROC_HTML_FLAGS) -o $@ $(wordlist 1,2,$^) @@ -307,8 +299,6 @@ clean: # generated SGML files rm -f $(GENERATED_SGML) rm -f postgres-full.xml -# HTML Help - rm -rf htmlhelp/ htmlhelp-stamp # EPUB rm -f postgres.epub # Texinfo diff --git a/doc/src/sgml/meson.build b/doc/src/sgml/meson.build index 157b8589e5..52237dc5ac 100644 --- a/doc/src/sgml/meson.build +++ b/doc/src/sgml/meson.build @@ -135,17 +135,6 @@ if xsltproc_bin.found() installdocs += install_doc_html - htmlhelp = custom_target('htmlhelp', - input: ['stylesheet-hh.xsl', postgres_full_xml], - output: 'htmlhelp', - depfile: 'htmlhelp.d', - depends: doc_generated, - command: [xsltproc, '--path', '@OUTDIR@', '-o', '@OUTDIR@/', xsltproc_flags, '@INPUT@'], - build_by_default: false, - ) - alldocs += htmlhelp - - # single-page HTML postgres_html = custom_target('postgres.html', input: ['stylesheet-html-nochunk.xsl', postgres_full_xml], diff --git a/doc/src/sgml/stylesheet-hh.xsl b/doc/src/sgml/stylesheet-hh.xsl deleted file mode 100644 index 6f4b706dac..0000000000 --- a/doc/src/sgml/stylesheet-hh.xsl +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - -pgsql-docs@lists.postgresql.org - - - - - - - - - - - - - - - - -
-
- - - - - - - -