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 680547 - Add a man page
Add a man page
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-24 18:46 UTC by Matthias Clasen
Modified: 2012-08-04 16:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add a man page (16.36 KB, patch)
2012-07-24 18:46 UTC, Matthias Clasen
accepted-commit_now Details | Review

Description Matthias Clasen 2012-07-24 18:46:02 UTC
The main purpose of this man page is to document which options
can be given to individual panels.
Comment 1 Matthias Clasen 2012-07-24 18:46:04 UTC
Created attachment 219598 [details] [review]
Add a man page
Comment 2 Bastien Nocera 2012-08-03 13:38:30 UTC
Review of attachment 219598 [details] [review]:

Apart from the small comment, looks good to commit.

::: configure.ac
@@ +36,3 @@
 AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums])
 
+AC_PATH_PROG([XSLTPROC], [xsltproc])

You need to check for it being non-NULL, don't you?
Comment 3 Matthias Clasen 2012-08-04 16:51:29 UTC
(In reply to comment #2)

> +AC_PATH_PROG([XSLTPROC], [xsltproc])
> 
> You need to check for it being non-NULL, don't you?

Dunno. The way things are set up now, the build will just fail if xsltproc is not found. I could copy the configury from glib which adds an --enable-man=yes/no/auto option - do you want that ?
Comment 4 Matthias Clasen 2012-08-04 16:56:02 UTC
Pushed as is for now. Let me know if you want more elaborate configury