almost all packages have problems creating docs with gtk-doc because html/index.sgml (?) is missing, so disable it globally git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1525 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -2,6 +2,7 @@
*) 2003-09-28 (2.0.0-rc1 - 2.0.0-rc2)
- Stefan Gutschireiter: vlan contains binaires to be removed with "make clean"
- Juergen Sawinski: disabled gtk-doc for gnome14/2
*) 2003-09-27 (2.0.0-rc1 - 2.0.0-rc2)
@ -35,5 +35,8 @@ if [ "$prefix_auto" = 1 ] ; then
set_confopt
fi
#@FIXME html/index.sgml is always missing and produces a build error, so
var_append confopt " " "--disable-gtk-doc"
. $base/package/*/*/scrollkeeper.conf
@ -37,3 +37,6 @@ fi
. $base/package/*/*/gconf-2.conf
#@FIXME index.sgml is missing... gtk-doc, ya know...
confopt="$confopt --disable-gtk-doc"