Hi Orcan, Orcan Ogetbil wrote: > - 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.
I think this is my goof. I intended that one of the devs would build all the manuals before releasing. > - 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? Yep. I'll get that fixed. > - 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 ran in to this over the weekend when I explored the difference between Ubuntu's 'poxml' and (IIRC) 'poxml-kdesdk4'. Apparently newer versions of poxml rearranged some things. We're using 0.12.2 from KDE 3.5.9. > - 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 Do you have the DocBook XML DTD's installed on your machine? It looks like it's trying to load the DTD over the network, and having problems doing it. Peace, Gabriel ------------------------------------------------------------------------------ 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
