To update the online documentation, a file calledbochsdoc.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 previous section how to create a shell.
cd /home/groups/b/bo/bochs/htdocs/doc/docbook tar xvzf bochsdoc.tar.gz