Explicitly enable gtk-doc for a regular configure build
This commit is contained in:
parent
45fe26d8b2
commit
15c554c1e3
@ -51,8 +51,9 @@ Libraries and headers for gobject-introspection
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;)
|
||||||
%configure $CONFIGFLAGS)
|
%configure --enable-gtk-doc
|
||||||
|
|
||||||
make V=1 %{?_smp_mflags}
|
make V=1 %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user