From 40f75a92df4be5d786154dde80be9e9139c1025c Mon Sep 17 00:00:00 2001 From: David Cramer Date: Fri, 13 Jan 2012 17:33:56 +0000 Subject: [PATCH] Webhelp: Support setting suppress.footer.navigation from build.properties --- xsl/webhelp/build.properties | 3 ++- xsl/webhelp/build.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/xsl/webhelp/build.properties b/xsl/webhelp/build.properties index 7d519658a..22ac56554 100644 --- a/xsl/webhelp/build.properties +++ b/xsl/webhelp/build.properties @@ -57,4 +57,5 @@ branding=docbook brandname=DocBook # Set admon.graphics to 1 to user graphics for note, tip, etc. -admon.graphics=0 \ No newline at end of file +admon.graphics=0 +suppress.footer.navigation=1 \ No newline at end of file diff --git a/xsl/webhelp/build.xml b/xsl/webhelp/build.xml index 5403a8afb..b95600281 100644 --- a/xsl/webhelp/build.xml +++ b/xsl/webhelp/build.xml @@ -67,6 +67,7 @@ + -- 2.50.1