Building of HTML documentation for libdbh2-5.0.22 fails with the following error
make
gtk-doc: Scanning header files
gtk-doc: Building XML
gtk-doc: Building HTML
cp: cannot stat 'calc.png': No such file or directory
Makefile:642: recipe for target 'html-build.stamp' failed
make: *** [html-build.stamp] Error 1
The libdbh2-5.0.22 compressed tar archive contains the sub-directory doc/html does contain calc.png but if the build of documentation is exeecuted, the contents of this directory is wiped, and the makefil tries to copy a non-existent copy of calc.png from the doc directory to doc/html.
Therefore either copy the calc.png file from doc/html in the makefile first before wiping the doc/html directory, to do or more efficiently, do not incude the doc/html directory in the tar archive BUT do include the calc.png file in the doc directory.
And when the HTML documention is built, the following warning appears which indicates another issue which should be resolved:
html/DBH.html:2961: warning: no link for: 'GHashTables' -> (<span class="type">GHashTables</span>).
fixed gtkdoc issues. Git revision 2c364f2..f49cc62
A few other issues as well as those mentioned in ticket.