From 909cb78a8cce73c9678ddb3269b56e31b56e084b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 22 Dec 2016 12:00:00 -0500 Subject: [PATCH] doc: Further speed improvements for HTML XSLT build --- doc/src/sgml/stylesheet-speedup-common.xsl | 6 +++ doc/src/sgml/stylesheet-speedup-xhtml.xsl | 50 ++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/doc/src/sgml/stylesheet-speedup-common.xsl b/doc/src/sgml/stylesheet-speedup-common.xsl index 007fdf6d63..e3fb582a1c 100644 --- a/doc/src/sgml/stylesheet-speedup-common.xsl +++ b/doc/src/sgml/stylesheet-speedup-common.xsl @@ -91,4 +91,10 @@ + + + + +en + diff --git a/doc/src/sgml/stylesheet-speedup-xhtml.xsl b/doc/src/sgml/stylesheet-speedup-xhtml.xsl index ff08bef808..da0f2b5a97 100644 --- a/doc/src/sgml/stylesheet-speedup-xhtml.xsl +++ b/doc/src/sgml/stylesheet-speedup-xhtml.xsl @@ -251,6 +251,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.40.0