summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2000-05-10 19:54:14 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2000-05-10 19:54:14 (GMT)
commit89c69c103620a4e77cce7f0c5aa8e5ab3807cf28 (patch)
tree70f3d91bf8fb6ede02f93f7210d8c9fa8b3f8046 /Makefile.in
parentaab3746dca79d76254212bf1416a60756aca3ca6 (diff)
downloadhdf5-89c69c103620a4e77cce7f0c5aa8e5ab3807cf28.zip
hdf5-89c69c103620a4e77cce7f0c5aa8e5ab3807cf28.tar.gz
hdf5-89c69c103620a4e77cce7f0c5aa8e5ab3807cf28.tar.bz2
[svn-r2238]
Changes below were done in preparation to the hdf5-1.2.2 release. Makefile.in - File was modified to NOT install documentation configure.in - Set default flags to --enable-production --disable-debug --disable-trace configure - File was updated by autoconf
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 93f2ed3..1357547 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -15,7 +15,7 @@ VPATH=.:@srcdir@
@COMMENCE@
# Subdirectories in build-order (not including `examples')
-SUBDIRS=src test tools doc @TESTPARALLEL@
+SUBDIRS=src test tools @TESTPARALLEL@
##############################################################################
# T A R G E T S