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

uploaded somewhere.


SVN revision: 17080
This commit is contained in:
Carsten Haitzler 2005-09-30 01:37:16 +00:00
parent 7aaf5e9e12
commit 45232af054
2 changed files with 12 additions and 12 deletions

View File

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

View File

@ -123,14 +123,13 @@ dnl Set PACKAGE_SOURCE_DIR in config.h.
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
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 " prefix.........: $prefix"
echo " binaries.......: $bindir"
echo " libraries......: $libdir"
echo " headers........: $includedir"
echo " documentation..: $datadir/$PACKAGE/doc"
#echo " documentation..: $datadir/$PACKAGE/doc"
echo