GNOME Bugzilla – Bug 327731
RFE: gtkdocize --force
Last modified: 2007-07-15 11:26:57 UTC
A --force invocation option would be nice for gtkdocize. If given gtkdocize should not abort on a missing CHECK_GTK_DOC macro in configure.in
whats the use case for this? Why are you unhappy with using the GTK_DOC_CHECK(X.Y) macro?
E.g. for librsvg i had to default the gtk-doc option to "yes" for fixing "make distcheck". This was done by putting a changed gtk-doc m4 macro into librsvgs configure.in. Of course gtkdocize would fail after that because it wouldn't see the macro in configure.in.
Wouldn't that be better done by adding this to your Makefile.am? DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc (This is suggested in the gtkdoc user manual).
(In reply to comment #3) > Wouldn't that be better done by adding this to your Makefile.am? > > DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc > > (This is suggested in the gtkdoc user manual). If so feel free to close this bug.