To update the online documentation, a file called bochsdoc.tar.gz must be generated with the make. This file must be uploaded to the location of the online documentation on SF using scp.
cd doc/docbook make bochsdoc.tar.gz scp bochsdoc.tar.gz vruppert,bochs@web.sf.net:htdocs/doc/docbookAfter a successful upload, the HTML files must be unpacked from the SF shell. See section Updating the Bochs website content how to create a shell.
cd /home/project-web/bochs/htdocs/doc/docbook tar xvzf bochsdoc.tar.gzThe updated files can be accessed from the sidebar of the Bochs website.