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?
"Dimi Paun" dimi@lattica.com writes:
They all end up on the site. Shouldn't they all be in synch?
I think it's enough to update them on every release (and they take a loooong time to build). The goal was to make it possible to quickly fix broken links in the online version, but I think the rest can wait until the release.