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 114456 - integrate tool documentation
integrate tool documentation
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
1.0.x
Other Windows
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-06-05 08:00 UTC by Matthias Clasen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (5.11 KB, patch)
2003-06-11 00:20 UTC, Matthias Clasen
none Details | Review
gdk-pixbuf-csource.xml (4.24 KB, text/plain)
2003-06-11 00:24 UTC, Matthias Clasen
  Details

Description Matthias Clasen 2003-06-05 08:00:01 UTC
gtk, glib and pango install a number of tools


(glib-mkenums, gtk-query-immodules, gobject-query, etc). For some of these, 
we currently install man pages. I think it would be nice to


add a "Tools" section to the api reference manuals and document the tools 
there. This would




a) make it possible to link to the tools docs from other parts of the docs


b) make it easier to maintain and complete the tools docs (no need to learn 
troff macros in addition to docbook tags)




If manpages are still wanted, we can either try to get db2man to work for 
these or just add very short man pages referring to the api docs.
Comment 1 Matthias Clasen 2003-06-11 00:18:17 UTC
Here is a patch which implements the necessary autotools machinery and
uses it for the gdk-pixbuf docs. It adds a new configure argument,
--enable-man. The man pages will not be regenerated unless
--enable-man is specified and the necessary tools (xsltproc and new
enough docbook stylesheets) are found. 
Comment 2 Matthias Clasen 2003-06-11 00:20:43 UTC
Created attachment 17415 [details] [review]
patch
Comment 3 Matthias Clasen 2003-06-11 00:24:59 UTC
Created attachment 17416 [details]
gdk-pixbuf-csource.xml
Comment 4 Matthias Clasen 2003-06-17 23:10:52 UTC
I've done this in HEAD.