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

Goik's private xmlmind version

parent 550c3fa0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
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