After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 121404 - patch to build documentation for gconfmm
patch to build documentation for gconfmm
Status: RESOLVED FIXED
Product: gconfmm
Classification: Other
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2003-09-03 22:48 UTC by btb
Modified: 2011-01-16 23:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for gconfmm reference docs (9.85 KB, patch)
2003-09-03 22:49 UTC, btb
none Details | Review
diff for docs (2.02 KB, patch)
2003-09-04 18:26 UTC, btb
none Details | Review
docs tarfile (2.46 KB, application/octet-stream)
2003-09-04 18:27 UTC, btb
  Details
patch for gtkmm to distribute doxygen tags (617 bytes, patch)
2003-09-04 18:39 UTC, btb
none Details | Review
changelog entry for gtkmm tags patch (509 bytes, patch)
2003-09-04 18:43 UTC, btb
none Details | Review
changelog entry for gconfmm docs patch (468 bytes, patch)
2003-09-04 18:46 UTC, btb
none Details | Review

Description btb 2003-09-03 22:48:44 UTC
I patched gconfmm so that one can build the reference documentation,  It's
mostly just cut-n-pasted from other modules.
Comment 1 btb 2003-09-03 22:49:42 UTC
Created attachment 19713 [details] [review]
patch for gconfmm reference docs
Comment 2 Murray Cumming 2003-09-04 08:18:07 UTC
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. 
Comment 3 btb 2003-09-04 18:25:14 UTC
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.
Comment 4 btb 2003-09-04 18:26:00 UTC
Created attachment 19736 [details] [review]
diff for docs
Comment 5 btb 2003-09-04 18:27:59 UTC
Created attachment 19737 [details]
docs tarfile
Comment 6 btb 2003-09-04 18:39:11 UTC
Created attachment 19738 [details] [review]
patch for gtkmm to distribute doxygen tags
Comment 7 btb 2003-09-04 18:43:02 UTC
Created attachment 19739 [details] [review]
changelog entry for gtkmm tags patch
Comment 8 btb 2003-09-04 18:46:04 UTC
Created attachment 19740 [details] [review]
changelog entry for gconfmm docs patch
Comment 9 Murray Cumming 2003-09-05 07:38:05 UTC
All committed. Thanks a lot.