GNOME Bugzilla – Bug 685359
Clutter cookbook link is dead
Last modified: 2014-01-26 23:11:32 UTC
It just points to reference and API.
we are in the process of moving the contents of clutter-project.org over to gnome.org, so we have a redirect in place. it would be nice if the script that maintains the API reference would also extract the Cookbook from the tarball uploaded to gnome.org.
I had a look at this and realised that there is no generated HTML for the cookbook in the Clutter tarball. The way that library-web works, this seems to be a requirement. Would it be acceptable to include the HTML cookbook in the Clutter tarball, or does it bloat it too much?
mmh, this is odd: I explicitly have to enable building the cookbook during distcheck, so I assumed it also ended up in the tarball. I'll have to double check why the HTML is not included in the dist. also, the tarball size is not a problem for me: as I said, I already expected the cookbook to be in the tarball.
I've fixed the build system in Clutter to dist the cookbook files: they are in the tarball, under /doc/cookbook/html, along with the devhelp file.
*** Bug 723050 has been marked as a duplicate of this bug. ***
Created attachment 267260 [details] [review] update link to clutter cookbook I have now added the cookbook to developer.gnome.org, here's a patch to update the link in the platform overview. commit 38898dab385579b46493fe41b3b3edba01d09da5 Author: Frédéric Péters <fpeters@0d.be> Date: Sun Jan 26 22:45:11 2014 +0000 Add clutter cookbook https://bugzilla.gnome.org/show_bug.cgi?id=685359
Comment on attachment 267260 [details] [review] update link to clutter cookbook Pushed to master as 5681e798ecc08f3a6a3811e1017aa5cb7f2c2686.