doc/Makefile is now dependent on whether or not doc is enabled.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@446 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean 2005-02-10 15:39:42 +00:00
parent 978b2bfa3b
commit aa3b5ee436
1 changed files with 8 additions and 5 deletions

View File

@ -158,12 +158,15 @@ if test "$GCC" = yes; then
fi fi
AC_SUBST(ENABLE_WARNINGS,$ENABLE_WARNINGS) AC_SUBST(ENABLE_WARNINGS,$ENABLE_WARNINGS)
if test "$enabled_doc" = "yes"; then
AC_CONFIG_FILES([doc/Makefile])
fi
AC_CONFIG_FILES([ AC_CONFIG_FILES([
doc/Makefile windows/Makefile
windows/Makefile avrdude.spec
avrdude.spec avrdude.conf
avrdude.conf Makefile
Makefile
]) ])
AC_OUTPUT AC_OUTPUT