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

adding lastAnswerId mechanism

parent 3cec25d4
No related branches found
No related tags found
No related merge requests found
......@@ -30,13 +30,14 @@ jdoc:
`find Jdbc -name \*.java|grep -v \.metadata` `find Hibintro -name \*.java|grep -v \.metadata`
${BUILDNAVI}/index.html ${BUILDNAVI}/printversion.pdf:${SCRIPTBASENAME}.xml
${BUILDNAVI}/index.html ${BUILDNAVI}/printversion.pdf:${SCRIPTBASENAME}.xml lastAnswerId.xml
rm -rf $(BUILDBASE) || true
mkdir -p ${BUILDNAVI} ${BUILDNONAVI}
#cd Ref/Fig;make all
/usr/share/xmlmind/bin/convertdoc -p eclipse.plugin.id $(PLUGINID) ${PPARAM} db5.toEclipseHelp ${SCRIPTBASENAME}.xml -u $(BUILDNAVI)
saxon9he-xslt -xi -s:${SCRIPTBASENAME}.xml -xsl:../ws/Docbook/Extensions/Xsl/docbook2docbook.xsl > ${SCRIPTBASENAME}.answer.xml
/usr/share/xmlmind/bin/convertdoc -p eclipse.plugin.id $(PLUGINID) ${PPARAM} db5.toEclipseHelp ${SCRIPTBASENAME}.answer.xml -u $(BUILDNAVI)
perl -i -p -e '$$/=undef;s/\n[ \t]*<!DOCTYPE[^>]+\n[^>]*>$$//m' ${BUILDNAVI}/*.xml ${BUILDNONAVI}/*.xml
/usr/share/xmlmind/bin/convertdoc db5.toPSFile ${SCRIPTBASENAME}.xml \
/usr/share/xmlmind/bin/convertdoc db5.toPSFile ${SCRIPTBASENAME}.answer.xml \
-s pdf -s "|pdf" -u $(BUILDNAVI)/printversion.pdf
# j2h -d ${BUILDNAVI}/src/classes -js ~/workspace/StructuredData/ws/eclipse/Jdbc/src \
-jd /usr/share/doc/openjdk-7-doc/api http://java.sun.com/javase/7/docs/api
......
This diff is collapsed.
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