On Mon, Apr 13, 2009 at 6:48 PM, Sebastian Moors wrote: > Hi! > > We released the rc1 today: > > https://sourceforge.net/project/downloading.php?group_id=24662&filename=hydrogen-0.9.4-rc1.tar.gz&a=4955481 > > The release candidate contains the new manual, but not a finished > translation of the new manual. Please tell us if you want to do a > translation of the manual !! > - Sebastian >
Great news. I downloaded it, built it, and I have some comments about the data/doc directory in the tarball: - The documentation in data/doc does not get built by scons. I don't know if this is intentional (since it is not ready). I have to do "make -C data/doc" to get them built. - However "scons install" will install whatever is in datadir/doc, even if it is not built, including .po files and other stuff that don't need to be installed. Only the .html files are needed, right? - datadir/doc/Makefile says that xml2po is part of Debian package: poxml (which is a part of kdesdk). I think this is wrong. poxml doesn't contain xml2po. It contains xml2pot, which is not the same thing. xml2po is provided by gnome-doc-utils in Fedora. I guess it should be provided by something similar in Debian. Or maybe there is some other xml2po that I am unaware of. - I have to pass --skip-validation to xmlto, and comment out the xmllint line in the Makefile, in order to get the html files to build correctly. Otherwise it fails via: I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd The full error log is attached. Thanks for your work. I'll build the Fedora package soon. Orcan
build.log
Description: Binary data
------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com
_______________________________________________ Hydrogen-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
