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

Mobile page

parent 99eb50fb
No related branches found
No related tags found
No related merge requests found
......@@ -79,10 +79,16 @@ ${BUILDROOT}/stage1:\
${BUILDROOT}/${BUILDNAVI}/index.html: ${BUILDROOT}/${SCRIPTBASENAME}.xml
cd ${BUILDROOT};\
/usr/share/xmlmind/bin/xxetool convert ${XSLPARAM} ${XSLPARAM_html} db5.toEclipseHelp \
${SCRIPTBASENAME}.xml -u $(BUILDNAVI);\
${SCRIPTBASENAME}.xml -u $(BUILDNAVI)
# perl -i -p -e '$$/=undef;s/\n[ \t]*<!DOCTYPE[^>]+\n[^>]*>$$//m' ${BUILDNAVI}/*.xml
# cp -r META-INF ${BUILDROOT}/${BUILDNAVI}
${BUILDROOT}/mobil/index.html:${BUILDROOT}/${SCRIPTBASENAME}.xml
cd ${BUILDROOT};\
/usr/share/xmlmind/bin/xxetool convert ${XSLPARAM} ${XSLPARAM_html} db5.toEclipseHelp \
${SCRIPTBASENAME}.xml -u mobil
cd ${BUILDROOT}/mobil;ln -sf /home/info1/doc/navi/de.hdm_stuttgart.mi.lectures/P .
${BUILDROOT}/${BUILDNONAVI}/index.html: ${BUILDROOT}/${SCRIPTBASENAME}.xml
cd ${BUILDROOT};\
/usr/share/xmlmind/bin/xxetool convert -p suppress.navigation 1 ${XSLPARAM} ${XSLPARAM_html} \
......@@ -101,6 +107,7 @@ ${BUILDROOT}/${BUILDNAVI}/lectures.epub: ${BUILDROOT}/${SCRIPTBASENAME}.xml
install:#jdoc
rsync -av --delete -e ssh ${BUILDNAVI} info1@${WWWBASE}/navi
rsync -av --delete -e ssh ${BUILDNONAVI} info1@${WWWBASE}/nonavi
rsync -av --delete -e ssh ${BUILDROOT}/mobil root@prog.mi.hdm-stuttgart.de:/var/www/html/freedocs
# ssh info1@freedocs.mi.hdm-stuttgart.de /usr/share/hdm/indexupdate.pl
clean:
......
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