Skip to content
Snippets Groups Projects
Commit 285c707f authored by Goik Martin's avatar Goik Martin
Browse files

New rule for webhelp generation

parent 8ad988b0
No related branches found
No related tags found
No related merge requests found
...@@ -21,11 +21,16 @@ all: eclipsehelp epub ...@@ -21,11 +21,16 @@ all: eclipsehelp epub
help: help.html help.pdf help: help.html help.pdf
webhelp:help.pdf webhelp.html
help.html:fig.xml help.html:fig.xml
/usr/share/xmlmind/bin/xxetool convert -d -vvv ${XSLPARAM} ${XSLPARAM_html} \ /usr/share/xmlmind/bin/xxetool convert -d -vvv ${XSLPARAM} ${XSLPARAM_html} \
db5.toEclipseHelp fig.xml -u $(BUILDNAVI) 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 help.pdf: fig.xml
/usr/share/xmlmind/bin/xxetool convert -d -vvv ${XSLPARAM} ${XSLPARAM_pdf} \ /usr/share/xmlmind/bin/xxetool convert -d -vvv ${XSLPARAM} ${XSLPARAM_pdf} \
db5.toPSFile fig.xml \ db5.toPSFile fig.xml \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment