From: "Alexandre Julliard" julliard@wine.codeweavers.com
- # build guides as single files (only for releases)
- if [ "$version" != "cvs" ]
- then
docbook2html -u -d ../../winehtml.dsl $book.sgml
docbook2pdf -d ../../wineprint.dsl $book.sgml
docbook2ps -d ../../wineprint.dsl $book.sgml
mv $book.html $book.pdf $book.ps $guides_base_dir/$lang
- fi
They all end up on the site. Shouldn't they all be in synch?