Browse Source

Juergen Sawinski <george@mpimf-heidelberg.mpg.de>:

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
rocklinux
Juergen "George" Sawinski 21 years ago
parent
commit
f2f454a615
3 changed files with 7 additions and 0 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +3
    -0
      package/gnome14/glib12/gnome-14.conf
  3. +3
    -0
      package/gnome2/glib22/gnome-2.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -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)

+ 3
- 0
package/gnome14/glib12/gnome-14.conf

@ -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

+ 3
- 0
package/gnome2/glib22/gnome-2.conf

@ -37,3 +37,6 @@ fi
. $base/package/*/*/scrollkeeper.conf
. $base/package/*/*/gconf-2.conf
#@FIXME index.sgml is missing... gtk-doc, ya know...
confopt="$confopt --disable-gtk-doc"

Loading…
Cancel
Save