BJörn Lindqvist wrote: > Hello! > > I have a problem with building pygtk's (and other modules hosted on > www.pygtk.org) documentation. For pygtk, the source to the > documentation is in the files ./docs/references/*.xml. But it seems no > matter what I do, I can't produce html-documentation from those files. > How do you do it? >
You need to have xsltproc installed at configure time. Also note that the documentation is shipped with the tarballs, so you'd have to remove the shipped one if you want to rebuild it. -- Johan Dahlin <[EMAIL PROTECTED]> Async Open Source _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
