From 285c707f8415ad7c9d251379c9c0b2e9cdfbe4fd Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Mon, 11 Jan 2016 16:33:11 +0100
Subject: [PATCH] New rule for webhelp generation

---
 ws/Docbook/Extensions/Tdata/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ws/Docbook/Extensions/Tdata/Makefile b/ws/Docbook/Extensions/Tdata/Makefile
index b153182c6..8636fd9c3 100644
--- a/ws/Docbook/Extensions/Tdata/Makefile
+++ b/ws/Docbook/Extensions/Tdata/Makefile
@@ -21,11 +21,16 @@ all: eclipsehelp epub
 
 
 help: help.html help.pdf
+webhelp:help.pdf webhelp.html
 
 help.html:fig.xml
 	/usr/share/xmlmind/bin/xxetool convert -d -vvv ${XSLPARAM} ${XSLPARAM_html} \
            db5.toEclipseHelp fig.xml -u $(BUILDNAVI)
 
+webhelp.html:fig.xml
+	/usr/share/xmlmind/bin/xxetool convert -d -vvv ${XSLPARAM} ${XSLPARAM_html} \
+           db5.toWebHelp fig.xml -u $(BUILDNAVI)
+
 help.pdf: fig.xml
 	/usr/share/xmlmind/bin/xxetool convert -d -vvv ${XSLPARAM} ${XSLPARAM_pdf} \
           db5.toPSFile fig.xml \
-- 
GitLab