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

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

View File

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