GNOME Bugzilla – Bug 680547
Add a man page
Last modified: 2012-08-04 16:56:02 UTC
The main purpose of this man page is to document which options can be given to individual panels.
Created attachment 219598 [details] [review] Add a man page
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?
(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 ?
Pushed as is for now. Let me know if you want more elaborate configury