Switch to side-by-side view

--- a/src/doc/user/Makefile
+++ b/src/doc/user/Makefile
@@ -19,8 +19,11 @@
 
 # index.html chunk format target replaced by nicer webhelp (needs separate
 # make) in webhelp/ subdir
-all: usermanual.html usermanual.pdf 
+all: usermanual.html usermanual.pdf webh
 
+webh:
+	make -C webhelp
+        
 usermanual.html: usermanual.xml
 	xsltproc ${commonoptions} \
             -o tmpfile.html "${XSLDIR}/html/docbook.xsl" $<