After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 604885 - Fix the use of gtkdocize --flavour option
Fix the use of gtkdocize --flavour option
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.11
Other All
: Normal normal
: 1.14
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-18 09:00 UTC by Javier Jardón (IRC: jjardon)
Modified: 2009-12-18 20:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use '--flavour no-tmpl' instead '--flavour=no-tmpl' (1.19 KB, patch)
2009-12-18 09:02 UTC, Javier Jardón (IRC: jjardon)
needs-work Details | Review
proposed patch (1.14 KB, patch)
2009-12-18 12:02 UTC, Yeti
committed Details | Review

Description Javier Jardón (IRC: jjardon) 2009-12-18 09:00:58 UTC
Use '--flavour no-tmpl' instead '--flavour=no-tmpl'
Comment 1 Javier Jardón (IRC: jjardon) 2009-12-18 09:02:13 UTC
Created attachment 149972 [details] [review]
Use '--flavour no-tmpl' instead '--flavour=no-tmpl'
Comment 2 Yeti 2009-12-18 09:08:27 UTC
Why on Earth *instead*?

Both forms should work.
Comment 3 Javier Jardón (IRC: jjardon) 2009-12-18 09:23:59 UTC
Nope, --flavour=no-tmpl doesn't work here
Comment 4 Yeti 2009-12-18 12:02:54 UTC
Created attachment 149984 [details] [review]
proposed patch

Ah, gtkdocize is a shell script.  In that case...
Comment 5 Stefan Sauer (gstreamer, gtkdoc dev) 2009-12-18 15:52:57 UTC
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 6 Stefan Sauer (gstreamer, gtkdoc dev) 2009-12-18 16:00:58 UTC
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
Comment 7 Javier Jardón (IRC: jjardon) 2009-12-18 20:28:50 UTC
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