Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet


Modified Files:
        Makefile.am configure.in 


Log Message:


leave docs alone. they can sit in cvs until they are generated by devs and
uploaded somewhere.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/eet/Makefile.am,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- Makefile.am 29 Sep 2005 10:15:47 -0000      1.22
+++ Makefile.am 30 Sep 2005 01:37:16 -0000      1.23
@@ -1,12 +1,13 @@
 ## Process this file with automake to produce Makefile.in
 
-if BUILD_DOCS
-SUBDIRS_DOCS = doc
-else
-SUBDIRS_DOCS =
-endif
+#if BUILD_DOCS
+#SUBDIRS_DOCS = doc
+#else
+#SUBDIRS_DOCS =
+#endif
 
-SUBDIRS = src $(SUBDIRS_DOCS)
+#SUBDIRS = src $(SUBDIRS_DOCS)
+SUBDIRS = src
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
                        config.h.in config.sub configure install-sh \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/eet/configure.in,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- configure.in        27 Sep 2005 22:10:08 -0000      1.38
+++ configure.in        30 Sep 2005 01:37:16 -0000      1.39
@@ -123,14 +123,13 @@
 packagesrcdir=`cd $srcdir && pwd`
 AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [Source code 
directory])
 
-dnl Documentation
-AM_CHECK_DOXYGEN()
+#dnl Documentation
+#AM_CHECK_DOXYGEN()
 
 AC_OUTPUT([
 Makefile
 eet.pc
 eet.c
-doc/Makefile
 src/Makefile
 src/lib/Makefile
 src/bin/Makefile
@@ -159,8 +158,8 @@
 echo
 echo "Configuration Options Summary:"
 echo
-echo "  Build documentation..: $BUILD_DOCS"
-echo
+#echo "  Build documentation..: $BUILD_DOCS"
+#echo
 echo "  Compilation..........: make"
 echo
 echo "  Installation.........: make install"
@@ -169,5 +168,5 @@
 echo "    binaries.......: $bindir"
 echo "    libraries......: $libdir"
 echo "    headers........: $includedir"
-echo "    documentation..: $datadir/$PACKAGE/doc"
+#echo "    documentation..: $datadir/$PACKAGE/doc"
 echo




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to