GNOME Bugzilla – Bug 692367
gtkdocize should take a srcdir argument
Last modified: 2013-08-18 11:49:40 UTC
When calling gtkdocize from autogen.sh, it would be useful if it accepted an argument for the directory in which to search for configure.ac and configure.in. autoreconf does this, and can therefore be called from an autogen script like: autoreconf "$srcdir" whereas currently for gtkdocize the equivalent is: topdir=`pwd` cd "$srcdir" gtkdocize cd "$srcdir"
Created attachment 234198 [details] [review] add srcdir argument The attached patch works for me.
The following fix has been pushed: 1401aeb gtkdocize: Take a --srcdir argument
Created attachment 252105 [details] [review] gtkdocize: Take a --srcdir argument