GNOME Bugzilla – Bug 539848
Build crash on doc generation from rev #4070 to #4075
Last modified: 2008-06-27 11:58:28 UTC
Steps to reproduce: 1. ./autogen.sh --with-hardbooks && make Stack trace: Other information: SEE PATCH ATTACHMENTS
Created attachment 113300 [details] [review] svn diff -x '-u' on top-level * added the missing png images and callouts in doc/html/graphics (SEE ATTACHMENT #2 [details]) (you can delete doc/html/images*.svg) * updated doc/fr/dia-cmdline.xml * added doc/eu/dia-1.xml (data out from dia.dbk) NOTE: don't know why an English man page is in "eu". We may delete it then comment the relevant code in doc/eu/Makefile.am * added entities placeholders (commenteds out) in doc/eu/dia.xml for commandline/manpage content * checked doc/pl/html.xsl. What's wrong? Double-patching, maybe (line count is 38)? * ***hardcopies.make*** * added $(DESTDIR) to $(sysdoc) path. * html: deleted insane ;) dependency on $(progname)-cmdline.xml, as $(xmlsources) will list it in individual languages rewritten file-to-compile as 'first target' == $(progname).xml * pdf: deleted insane dependency on $(progname)-cmdline.xml * ps: the same... * pdf and ps dependencies,"jw" build way: the same... * ***omf.make***: solved inconsistency in omf files path between install/uninstall [$(DESTDIR)]
Created attachment 113301 [details] tar-gzipped archive of missings doc/html/images/*.png doc/html/images/callouts/*.png
commited as revision 4076 : 2008-06-27 Hans Breuer <hans@breuer.org> [Second iteration on patch from Thomas Harding improving the documentation generation, now 'make distcheck' succeeds again. fixing bug #539848] * doc/html/images/*.png doc/html/images/callouts/*.png : added the missing png images and callouts * doc/fr/dia-cmdline.xml : updated * doc/eu/dia-1.xml : added (data out from dia.dbk) NOTE: don't know why an English man page is in "eu". * doc/eu/dia.xml : added entities placeholders (commenteds out) for commandline/manpage content * hardcopies.make : - added $(DESTDIR) to $(sysdoc) path. - html: deleted insane ;) dependency on $(progname)-cmdline.xml, as $(xmlsources) will list it in individual languages; rewritten file-to-compile as 'first target' == $(progname).xml - pdf: deleted insane dependency on $(progname)-cmdline.xml - ps: the same... - pdf and ps dependencies,"jw" build way: the same... * omf.make : solved inconsistency in omf files path between install/uninstall [$(DESTDIR)]