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

Rollback to Xhtml

parent 3814230b
No related branches found
No related tags found
No related merge requests found
......@@ -64,11 +64,14 @@ ${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 \
${SCRIPTBASENAME}.xml -u $(BUILDNAVI);\
perl -i -p -e '$$/=undef;s/\n[ \t]*<!DOCTYPE[^>]+\n[^>]*>$$//m' ${BUILDNAVI}/*.xml
cp -r META-INF ${BUILDROOT}/${BUILDNAVI}
${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 \
${SCRIPTBASENAME}.xml -u $(BUILDNONAVI);
perl -i -p -e '$$/=undef;s/\n[ \t]*<!DOCTYPE[^>]+\n[^>]*>$$//m' ${BUILDNONAVI}/*.xml
${BUILDROOT}/${BUILDNAVI}/printversion.pdf: ${BUILDROOT}/${SCRIPTBASENAME}_print.xml
cd ${BUILDROOT};\
......@@ -87,4 +90,4 @@ install:#jdoc
clean:
rm -rf ${BUILDROOT}
#end
#end
\ No newline at end of file
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