GNOME Bugzilla – Bug 121404
patch to build documentation for gconfmm
Last modified: 2011-01-16 23:35:12 UTC
I patched gconfmm so that one can build the reference documentation, It's mostly just cut-n-pasted from other modules.
Created attachment 19713 [details] [review] patch for gconfmm reference docs
I can't seem to apply this patch: [murrayc@localhost gconfmm]$ patch -p1 < /home/murrayc/downloads/patches/gconfmm_docs.patch patching file Makefile.am Hunk #1 FAILED at 1. Hunk #2 FAILED at 107. Hunk #3 FAILED at 150. 3 out of 4 hunks FAILED -- saving rejects to file Makefile.am.rej patching file docs/reference/Doxyfile.in patching file docs/reference/Makefile.am patching file docs/reference/README patch: **** malformed patch at line 269: \ No newline at end of file If you have gnome cvs write access then please go ahead and commit this. If not, and if you have no better idea, then I guess you need to put the new files in a .tar.gz for me. Sorry. If you want to build the gnomemm doxygen stuff individually like this, you might want to use the doxygen tags system. I think we already use a tags file from gtkmm to make it link to the gtkmm types, but it is not perfect.
I don't have write access to cvs. I'll go ahead and make a regular cvs diff + a tar file. I have also been looking at the doxygen tags stuff. In order to use the gtkmm tags, they will need to be distributed in the tarball. I'll also submit a patch to facilitate that.
Created attachment 19736 [details] [review] diff for docs
Created attachment 19737 [details] docs tarfile
Created attachment 19738 [details] [review] patch for gtkmm to distribute doxygen tags
Created attachment 19739 [details] [review] changelog entry for gtkmm tags patch
Created attachment 19740 [details] [review] changelog entry for gconfmm docs patch
All committed. Thanks a lot.