GNOME Bugzilla – Bug 668460
Build help with yelp-tools instead of gnome-doc-utils
Last modified: 2013-07-21 17:07:51 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
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
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?
I use jhbuild, so: jhbuild buildone gnome-games --distcheck Not sure how that runs inside jhbuild.
Thomas, I saw your name on the gnome-games 3.3.5 release announcement today. Is jhbuild working for you now?
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.