GNOME Bugzilla – Bug 669587
Use new documentation infrastructure
Last modified: 2012-02-08 12:37:46 UTC
Created attachment 206999 [details] [review] Use new documentation infrastructure Patch following
Review of attachment 206999 [details] [review]: Just one question inline. If you are sure about it feel free to push ::: help/Makefile.am @@ -68,3 @@ index.page -DOC_LINGUAS = ar bg ca cs da de el es eu fi fr gl hu it ja ko oc pt_BR ru sl sv th uk zh_CN zh_HK zh_TW how is this managed now? autodetected?
Created attachment 207006 [details] [review] Use new documentation infraestructure.v2
Comment on attachment 207006 [details] [review] Use new documentation infraestructure.v2 commit a9607074f4f61677f28cd186b1d817db2f3369d9
Committed after ACK of pbor on IRC
HELP_LINGUAS is the right thing to use now. I don't believe in auto-detecting. It leads to stuff being in tarballs that isn't in git.
(In reply to comment #4) > Committed after ACK of pbor on IRC Well, I hacked conditionally to verifying translations support was working. Please fix the patch according to Shaun's comment.
Also, I believe it needs to be help:%s/%s with a / instead of a ? I made that mistake too a few months ago.
Sorry Paolo, fixed in commit 4ff6ec399f16763bb61455ff8d6be8c8ecf87ca4 , also with the Jeremy comment