On Jan 28, 2008 10:39 PM, Patrick Ale <patrick.ale at gmail.com> wrote:
> modules with gtk-docs as default. The idea
> > being that OpenSolaris should encOn Jan 28, 2008 10:21 PM, Brian Cameron
> > <Brian.Cameron at sun.com> wrote:
> >
> > Patrick:
> >
> >
> > Normally the --without-gtk-doc option controlls whether we build
> > gtk-doc files or not.
Maybe something like in libbonobo.spec will do?
./configure --prefix=%{_prefix} \
--mandir=%{_mandir} \
--datadir=%{_datadir} \
--libdir=%{_libdir} \
--bindir=%{_bindir} \
--sbindir=%{_sbindir} \
--sysconfdir=%{_sysconfdir} \
--libexecdir=%{_libexecdir} \
%{gtk_doc_option}
I am gonna try now :)