diff options
Diffstat (limited to 'doc/src/sgml/Makefile')
-rw-r--r-- | doc/src/sgml/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index b96c7cbf223..3c4aa6bebe3 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 |