So far there is no consensus on building documentation with the libraries, and only gui has documentation build by default. I still get occasional complaints that gui doesn't build because of this. I think we should turn it off for now until we can be more sure it will work.
Index: GNUmakefile =================================================================== RCS file: /cvsroot/gnustep/gnustep/core/gui/GNUmakefile,v retrieving revision 1.22 diff -u -r1.22 GNUmakefile --- GNUmakefile 20 Jul 2003 02:08:21 -0000 1.22 +++ GNUmakefile 8 Sep 2003 02:09:36 -0000 @@ -40,8 +40,8 @@ include ./Version -# Build docs by default -doc=yes +# Don't build docs by default +doc=no # # The list of subproject directories
_______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
