GNOME Bugzilla – Bug 677003
Finish migrating help to modern yelp-tools build system
Last modified: 2013-07-21 17:07:21 UTC
I apologize for not actually having tested this yet, since Ubuntu's development release doesn't have GTK+ 3.5.3 yet, but I believe this patch is correct.
Created attachment 215159 [details] [review] Finish migrating help to modern yelp-tools build system This was started with http://git.gnome.org/browse/gnome-terminal/commit/src/terminal-util.c?id=040fcff03b gnome-terminal will now need to build-depend on yelp-tools instead of gnome-doc-utils. Help will be stored in /usr/share/help/ instead of /usr/share/gnome/help/
A few things: +# figures/terminal-window.png This image is not used. If that's true, just git rm the file and remove this line. +HELP_LINGUAS = da de ca cs el en_GB es fr gl it ko oc pt_BR ru sl sv te uk zh_CN Should be sorted alphabetically. -# Move to DOC_LINGUAS in transition to gnome-doc-utils - -SUBDIRS = bg ro ja zh_TW So I think the time has come to just git rm -r these obsolete translations that don't even use g-d-u yet. +HELP_FILES = \ + index.docbook \ + legal.xml Declare "NULL =" (empty) at the top, and add a $(NULL) line here at the end of HELP_FILES.
Created attachment 215499 [details] [review] Finish migrating help to modern yelp-tools build system This was started with http://git.gnome.org/browse/gnome-terminal/commit/src/terminal-util.c?id=040fcff03b gnome-terminal will now need to build-depend on yelp-tools instead of gnome-doc-utils. Help will be stored in /usr/share/help/ instead of /usr/share/gnome/help/
Created attachment 215500 [details] [review] rm old help translations (bg ro ja zh_TW) that haven't been touched for years
Christian, what's the point of your extra NULL lines? They aren't necessary.
Just a way to keep 'git blame' clean. I fixed the commits up a bit and pushed to master. Thanks!