building the documentation with gentoo
Michael Mandl <[email protected]>
| Newsgroups | gmane.comp.video.gephex.devel |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 the html documentation refuses to build on my gentoo box, because the path to the 'docbook.xsl' file is different. i changed the Makefile.am in my doc directory to make it work and attached the diff to this mail. michael. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBW+zCYrdEvBZIgToRApKzAKCMc3+SyRp7MbaCZKG4jhWEjbR4QQCg+rX+ s2PYkWqhI3QUtmCc6oHUq38= =hmyt -----END PGP SIGNATURE----- _______________________________________________ gephex-devel mailing list [email protected] http://lists.gephex.org/mailman/listinfo/gephex-devel
diff
(text/plain, 584 B)
--- orig/doc/Makefile.am +++ mod/doc/Makefile.am @@ -21,7 +21,7 @@ all-local: documentation.html gephex.1 gephex-engine.1 gephex-gui.1 documentation.html: $(srcdir)/documentation.xml $(srcdir)/module-api*.xml $(srcdir)/type-api*.xml $(srcdir)/images/*.png - xsltproc --xinclude --param shade.verbatim 1 -o documentation.html /usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl $(srcdir)/documentation.xml + xsltproc --xinclude --param shade.verbatim 1 -o documentation.html /usr/share/sgml/docbook/xsl-stylesheets-1.62.4/html/docbook.xsl $(srcdir)/documentation.xml