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 668460 - Build help with yelp-tools instead of gnome-doc-utils
Build help with yelp-tools instead of gnome-doc-utils
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: general
trunk
Other Linux
: Normal normal
: ---
Assigned To: gnome-games-general-maint
GNOME Games maintainers
Depends on:
Blocks: 681609
 
 
Reported: 2012-01-22 22:36 UTC by Jeremy Bicha
Modified: 2013-07-21 17:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jeremy Bicha 2012-01-22 22:36:33 UTC
yelp-tools is the new help build system. It uses help: URIs instead of ghelp: and installs help to /usr/share/help instead of /usr/share/gnome/help.

I tested the changes and they appeared to work. I went ahead and committed my patch but I probably should have asked first since gnome-games has a lot of components.

http://git.gnome.org/browse/gnome-games/commit/?id=75594084372bda9ad68
Comment 1 Thomas Andersen 2012-01-24 19:44:02 UTC
Hi Jeremy,

yes, patches like this should go to bugzilla for review first. Let's just be pragmatic and keep the commit and fix any issues in git.

I have not started to compare the results of a before/after tarball but I did notice that distcheck now fails at swell-foop:

make[2]: Entering directory `/home/thomas/checkout/gnome/gnome-games/swell-foop/help'
cp: cannot stat `./ca/legal.xml': No such file or directory
Comment 2 Jeremy Bicha 2012-01-24 21:05:13 UTC
I am not able to fully run make; make distcheck because I get stuck with bug 667905.

Running make in swell-foop/help creates ca/legal.xml for me. Did you run make before running make distcheck?
Comment 3 Thomas Andersen 2012-01-24 21:52:29 UTC
I use jhbuild, so:
jhbuild buildone gnome-games --distcheck

Not sure how that runs inside jhbuild.
Comment 4 Jeremy Bicha 2012-02-07 03:27:46 UTC
Thomas, I saw your name on the gnome-games 3.3.5 release announcement today. Is jhbuild working for you now?
Comment 5 Thomas Andersen 2012-02-07 06:36:46 UTC
yes :) I meant to close this bug too but I must have forgotten.

Distcheck is broken when there are games in the staging category. I "fixed" it for now by moving swell-foop out of that. The game i still working so I guess that should be fine until we get the vala port landed.