GNOME Bugzilla – Bug 604885
Fix the use of gtkdocize --flavour option
Last modified: 2009-12-18 20:28:50 UTC
Use '--flavour no-tmpl' instead '--flavour=no-tmpl'
Created attachment 149972 [details] [review] Use '--flavour no-tmpl' instead '--flavour=no-tmpl'
Why on Earth *instead*? Both forms should work.
Nope, --flavour=no-tmpl doesn't work here
Created attachment 149984 [details] [review] proposed patch Ah, gtkdocize is a shell script. In that case...
Review of attachment 149972 [details] [review]: ::: help/manual/C/gtk-doc-manual.xml @@ +490,3 @@ documentation in the code. <application>gtkdocize</application> supports now + a <command>--flavour no-tmpl</command> option that chooses a makefile that skips + tmpl usage totally. If using markup then please use the option tag. http://www.docbook.org/tdg/en/html/option.html
Comment on attachment 149984 [details] [review] proposed patch commit 3975857fe56cc7ddc50d11712d8c6067afa3792e Author: David Nečas <yeti@physics.muni.cz> Date: Fri Dec 18 17:59:05 2009 +0200 gtkdocize: accept also --flavour=<flavour>. Partialy fixes #604885
Mark as FIXED this bug after apply this commit: commit b67686169b91900f48481f3be2e658a0fc7023f9 Author: Javier Jardón <jjardon@gnome.org> Date: Fri Dec 18 21:25:15 2009 +0100 [docs] Correct the usage of gtkdocize --flavour option Use '--flavour no-tmpl' instead '--flavour=no-tmpl' in the documentation. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=604885