diff --git a/Doc/Makefile b/Doc/Makefile index 21875915997dec6493c511531add2712e8a1174e..fe59f1666be635e74bd14ae7f9e54610daa995b4 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -59,19 +59,19 @@ all: ${BUILDROOT}/${BUILDNAVI}/printversion.pdf ${BUILDROOT}/${BUILDNAVI}/index. ${BUILDROOT}/${BUILDNAVI}/index.html: ${BUILDROOT}/${SCRIPTBASENAME}.xml cd ${BUILDROOT}; mkdir -p ${BUILDNAVI};\ - /usr/share/xmlmind/bin/xxetool convert -p eclipse.plugin.id $(PLUGINID) ${PPARAM} db5.toEclipseHelp \ + /usr/share/xmlmind.goik/bin/xxetool convert -p eclipse.plugin.id $(PLUGINID) ${PPARAM} db5.toEclipseHelp \ ${SCRIPTBASENAME}.xml -u $(BUILDNAVI);\ perl -i -p -e '$$/=undef;s/\n[ \t]*<!DOCTYPE[^>]+\n[^>]*>$$//m' ${BUILDNAVI}/*.xml ${BUILDROOT}/${BUILDNONAVI}/index.html: ${BUILDROOT}/${SCRIPTBASENAME}.xml cd ${BUILDROOT}; mkdir -p ${BUILDNONAVI};\ - /usr/share/xmlmind/bin/xxetool convert -p suppress.navigation 1 -p eclipse.plugin.id $(PLUGINID) ${PPARAM} db5.toEclipseHelp \ + /usr/share/xmlmind.goik/bin/xxetool convert -p suppress.navigation 1 -p eclipse.plugin.id $(PLUGINID) ${PPARAM} db5.toEclipseHelp \ ${SCRIPTBASENAME}.xml -u $(BUILDNONAVI); perl -i -p -e '$$/=undef;s/\n[ \t]*<!DOCTYPE[^>]+\n[^>]*>$$//m' ${BUILDNONAVI}/*.xml ${BUILDROOT}/${BUILDNAVI}/printversion.pdf: ${BUILDROOT}/${SCRIPTBASENAME}.xml cd ${BUILDROOT};\ - /usr/share/xmlmind/bin/xxetool convert db5.toPSFile ${SCRIPTBASENAME}.xml \ + /usr/share/xmlmind.goik/bin/xxetool convert db5.toPSFile ${SCRIPTBASENAME}.xml \ -s pdf -s "|pdf" -u $(BUILDNAVI)/printversion.pdf ${BUILDROOT}/${SCRIPTBASENAME}.xml: ${SCRIPTBASENAME}.xml Common/glossary.xml Common/bibliography.xml diff --git a/ws/Docbook/Extensions/convert.sh b/ws/Docbook/Extensions/convert.sh index c3245bd6436b062851cfe324f845859aeb300748..4a86c6fd4a40ad6ae33cd513202b88ffc494cf79 100755 --- a/ws/Docbook/Extensions/convert.sh +++ b/ws/Docbook/Extensions/convert.sh @@ -14,6 +14,6 @@ export BUILDBASE=$BUILDROOT/$SCRIPTBASENAME export BUILDNAVI=$BUILDBASE/navi/$PLUGINID saxon9he-xslt -s:$SCRIPTBASENAME.xml -xi:on -xsl:../Xsl/docbook2docbook.xsl > ${SCRIPTBASENAME}.answer.xml -/usr/share/xmlmind/bin/xxetool convert -p eclipse.plugin.id $PLUGINID $PPARAM db5.toEclipseHelp ${SCRIPTBASENAME}.answer.xml -u $BUILDNAVI +/usr/share/xmlmind.goik/bin/xxetool convert -p eclipse.plugin.id $PLUGINID $PPARAM db5.toEclipseHelp ${SCRIPTBASENAME}.answer.xml -u $BUILDNAVI #end