diff options
-rw-r--r-- | CustomTarget_html.mk | 2 | ||||
-rw-r--r-- | help3xsl/online_transform.xsl | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk index 3bb5c0a19e..e73ea160e0 100644 --- a/CustomTarget_html.mk +++ b/CustomTarget_html.mk @@ -237,8 +237,6 @@ $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/html.text : \ || exit \ ; done <"$$RESPONSEFILE" \ && rm "$$RESPONSEFILE" \ - && find $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl/$*) -type f -empty -delete \ - && find $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl/$*) -type d -empty -delete \ && touch $@ $(call gb_Trace_EndRange,$*/$(@F),XSL) diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index d95425a593..856dccbde0 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -118,9 +118,8 @@ ############# //--> -<!-- Create the document skeleton, test if the indexer is to include in output --> +<!-- Create the document skeleton --> <xsl:template match="/"> -<xsl:if test="//topic[@indexer='include']"> <xsl:variable name="htmlpage"><xsl:value-of select="concat(substring-before($filename,'.xhp'),'.html')"/></xsl:variable> <xsl:variable name="titleL10N"> <xsl:call-template name="brand"><xsl:with-param name="string"><xsl:value-of select="$title"/></xsl:with-param></xsl:call-template> @@ -279,7 +278,6 @@ </footer> </body> </html> -</xsl:if> </xsl:template> <!-- AHELP --> |