Makefile.am
changeset 1370 76a3f46d361c
parent 1354 5cb32ce3236a
child 1384 0c4091eeda15
     1.1 --- a/Makefile.am	Mon Apr 18 17:23:42 2005 +0000
     1.2 +++ b/Makefile.am	Mon Apr 18 17:26:51 2005 +0000
     1.3 @@ -1,10 +1,14 @@
     1.4  EXTRA_DIST = autopackage/default.apspec.in
     1.5  
     1.6 -SUBDIRS = src doc
     1.7 +if WANT_DOCS
     1.8 +  MAYBE_DOC = doc
     1.9 +endif
    1.10 +SUBDIRS = src $(MAYBE_DOC)
    1.11  
    1.12  MRPROPERFILES = \
    1.13  	aclocal.m4 \
    1.14  	config.h.in \
    1.15 +	config.h.in~ \
    1.16  	configure \
    1.17  	Makefile.in \
    1.18  	config/depcomp \