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 682223 - Use new documentation infrastructure
Use new documentation infrastructure
Status: RESOLVED FIXED
Product: system-monitor
Classification: Core
Component: docs
3.5.x
Other All
: Normal normal
: ---
Assigned To: Maintainers of Gnome user documentation
System-monitor maintainers
Depends on:
Blocks: 681609
 
 
Reported: 2012-08-20 04:02 UTC by Jeremy Bicha
Modified: 2012-08-21 01:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use new documentation infrastructure (6.41 KB, patch)
2012-08-20 04:02 UTC, Jeremy Bicha
needs-work Details | Review

Description Jeremy Bicha 2012-08-20 04:02:20 UTC
Use yelp-tools instead of gnome-doc-utils

https://live.gnome.org/GnomeGoals/NewDocumentationInfrastructure
Comment 1 Jeremy Bicha 2012-08-20 04:02:22 UTC
Created attachment 221780 [details] [review]
Use new documentation infrastructure

https://live.gnome.org/GnomeGoals/NewDocumentationInfrastructure
Comment 2 Javier Jardón (IRC: jjardon) 2012-08-20 04:08:39 UTC
Review of attachment 221780 [details] [review]:

looks good, only 2 minor comments

::: Makefile.am
@@ +20,1 @@
 	xmldocs.make

xmldocs.make can be removed too

::: src/procdialogs.cpp
@@ +221,1 @@
         {

the uri should be:

help:gnome-system-monitor#gnome-system-monitor-prefs

Slash is used instead of a question mark to include a page ID
Comment 3 Jeremy Bicha 2012-08-20 04:58:12 UTC
Review of attachment 221780 [details] [review]:

No, I've tested that help URI and it works if I use the / but not if I use a #.
Comment 4 Shaun McCance 2012-08-20 16:03:31 UTC
Slash is the correct syntax.
Comment 5 Chris Kühl 2012-08-21 01:44:38 UTC
Thanks. Committed with the xmldocs.make removal.