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. ...@@ -59,19 +59,19 @@ all: ${BUILDROOT}/${BUILDNAVI}/printversion.pdf ${BUILDROOT}/${BUILDNAVI}/index.
${BUILDROOT}/${BUILDNAVI}/index.html: ${BUILDROOT}/${SCRIPTBASENAME}.xml ${BUILDROOT}/${BUILDNAVI}/index.html: ${BUILDROOT}/${SCRIPTBASENAME}.xml
cd ${BUILDROOT}; mkdir -p ${BUILDNAVI};\ 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);\ ${SCRIPTBASENAME}.xml -u $(BUILDNAVI);\
perl -i -p -e '$$/=undef;s/\n[ \t]*<!DOCTYPE[^>]+\n[^>]*>$$//m' ${BUILDNAVI}/*.xml perl -i -p -e '$$/=undef;s/\n[ \t]*<!DOCTYPE[^>]+\n[^>]*>$$//m' ${BUILDNAVI}/*.xml
${BUILDROOT}/${BUILDNONAVI}/index.html: ${BUILDROOT}/${SCRIPTBASENAME}.xml ${BUILDROOT}/${BUILDNONAVI}/index.html: ${BUILDROOT}/${SCRIPTBASENAME}.xml
cd ${BUILDROOT}; mkdir -p ${BUILDNONAVI};\ 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); ${SCRIPTBASENAME}.xml -u $(BUILDNONAVI);
perl -i -p -e '$$/=undef;s/\n[ \t]*<!DOCTYPE[^>]+\n[^>]*>$$//m' ${BUILDNONAVI}/*.xml perl -i -p -e '$$/=undef;s/\n[ \t]*<!DOCTYPE[^>]+\n[^>]*>$$//m' ${BUILDNONAVI}/*.xml
${BUILDROOT}/${BUILDNAVI}/printversion.pdf: ${BUILDROOT}/${SCRIPTBASENAME}.xml ${BUILDROOT}/${BUILDNAVI}/printversion.pdf: ${BUILDROOT}/${SCRIPTBASENAME}.xml
cd ${BUILDROOT};\ 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 -s pdf -s "|pdf" -u $(BUILDNAVI)/printversion.pdf
${BUILDROOT}/${SCRIPTBASENAME}.xml: ${SCRIPTBASENAME}.xml Common/glossary.xml Common/bibliography.xml ${BUILDROOT}/${SCRIPTBASENAME}.xml: ${SCRIPTBASENAME}.xml Common/glossary.xml Common/bibliography.xml
......
...@@ -14,6 +14,6 @@ export BUILDBASE=$BUILDROOT/$SCRIPTBASENAME ...@@ -14,6 +14,6 @@ export BUILDBASE=$BUILDROOT/$SCRIPTBASENAME
export BUILDNAVI=$BUILDBASE/navi/$PLUGINID export BUILDNAVI=$BUILDBASE/navi/$PLUGINID
saxon9he-xslt -s:$SCRIPTBASENAME.xml -xi:on -xsl:../Xsl/docbook2docbook.xsl > ${SCRIPTBASENAME}.answer.xml 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 #end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment