Patch to disable the doc build by default; the tools needed to build

doc are either not available on all systems or are at best
inconvenient to build and install.  The doc can still be built, one
just needs to specify --enable-doc at configure time.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@445 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
bdean
2005-02-10 14:54:57 +00:00
parent 1fbeeac508
commit b0d0be4c49
2 changed files with 32 additions and 2 deletions

View File

@@ -34,8 +34,11 @@ CLEANFILES = \
config_gram.h \
lexer.c
SUBDIRS = doc @WINDOWS_DIRS@
DIST_SUBDIRS = doc windows
#SUBDIRS = doc @WINDOWS_DIRS@
#DIST_SUBDIRS = doc windows
SUBDIRS = @SUBDIRS_AC@
DIST_SUBDIRS = @DIST_SUBDIRS_AC@
AM_YFLAGS = -d