diff --git a/Doc/Makefile b/Doc/Makefile
index 4fd7afccadb56270d6d107831902f11fedd28372..a17acf6a3877c8fa680652d114b6e6345583099b 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -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: