summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-06-28 20:04:25 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-06-28 20:04:25 (GMT)
commit63c316a5819f0af61d6136a64e9d87c0d1723e0f (patch)
tree96a71a91b3434d8f71775ac63cf3dd91758e573e
parent9defa2db2aa980c181bccc17b957742961a77635 (diff)
downloadhdf5-63c316a5819f0af61d6136a64e9d87c0d1723e0f.zip
hdf5-63c316a5819f0af61d6136a64e9d87c0d1723e0f.tar.gz
hdf5-63c316a5819f0af61d6136a64e9d87c0d1723e0f.tar.bz2
[svn-r5725] Purpose:
Bug Fix Description: Removed reference to the Tutor/ directory in the doc tree since we aren't going to distribute it for this release. Solution: Removed the references from the configure and appropriate Makefile.in Platforms tested: Linux
-rwxr-xr-xconfigure6
-rw-r--r--configure.in4
-rw-r--r--doc/html/Makefile.in2
3 files changed, 2 insertions, 10 deletions
diff --git a/configure b/configure
index 4ac1738..9116159 100755
--- a/configure
+++ b/configure
@@ -29323,7 +29323,7 @@ if test -n "$TESTPARALLEL"; then
PARALLEL_MAKE="$TESTPARALLEL/Makefile"
fi
-ac_config_files="$ac_config_files src/libhdf5.settings config/depend1 config/depend2 config/depend3 config/depend4 config/dependN config/commence config/conclude Makefile src/Makefile pablo/Makefile test/Makefile $PARALLEL_MAKE perform/Makefile tools/Makefile tools/h5dump/Makefile tools/h5ls/Makefile tools/lib/Makefile tools/misc/Makefile tools/misc/h5cc tools/gifconv/Makefile examples/Makefile doc/Makefile doc/html/Makefile doc/html/ADGuide/Makefile doc/html/Graphics/Makefile doc/html/Intro/Makefile doc/html/PSandPDF/Makefile doc/html/TechNotes/Makefile doc/html/Tutor/Makefile doc/html/Tutor/Graphics/Makefile doc/html/Tutor/examples/Makefile doc/html/Tutor/examples/java/Makefile doc/html/cpplus/Makefile doc/html/fortran/Makefile"
+ac_config_files="$ac_config_files src/libhdf5.settings config/depend1 config/depend2 config/depend3 config/depend4 config/dependN config/commence config/conclude Makefile src/Makefile pablo/Makefile test/Makefile $PARALLEL_MAKE perform/Makefile tools/Makefile tools/h5dump/Makefile tools/h5ls/Makefile tools/lib/Makefile tools/misc/Makefile tools/misc/h5cc tools/gifconv/Makefile examples/Makefile doc/Makefile doc/html/Makefile doc/html/ADGuide/Makefile doc/html/Graphics/Makefile doc/html/Intro/Makefile doc/html/PSandPDF/Makefile doc/html/TechNotes/Makefile doc/html/cpplus/Makefile doc/html/fortran/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -29835,10 +29835,6 @@ do
"doc/html/Intro/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/Intro/Makefile" ;;
"doc/html/PSandPDF/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/PSandPDF/Makefile" ;;
"doc/html/TechNotes/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/TechNotes/Makefile" ;;
- "doc/html/Tutor/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/Tutor/Makefile" ;;
- "doc/html/Tutor/Graphics/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/Tutor/Graphics/Makefile" ;;
- "doc/html/Tutor/examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/Tutor/examples/Makefile" ;;
- "doc/html/Tutor/examples/java/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/Tutor/examples/java/Makefile" ;;
"doc/html/cpplus/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/cpplus/Makefile" ;;
"doc/html/fortran/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/html/fortran/Makefile" ;;
"default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
diff --git a/configure.in b/configure.in
index 2305446..e904f14 100644
--- a/configure.in
+++ b/configure.in
@@ -1654,10 +1654,6 @@ AC_CONFIG_FILES([src/libhdf5.settings
doc/html/Intro/Makefile
doc/html/PSandPDF/Makefile
doc/html/TechNotes/Makefile
- doc/html/Tutor/Makefile
- doc/html/Tutor/Graphics/Makefile
- doc/html/Tutor/examples/Makefile
- doc/html/Tutor/examples/java/Makefile
doc/html/cpplus/Makefile
doc/html/fortran/Makefile])
AC_OUTPUT
diff --git a/doc/html/Makefile.in b/doc/html/Makefile.in
index c28cc86..08b7dcb 100644
--- a/doc/html/Makefile.in
+++ b/doc/html/Makefile.in
@@ -19,7 +19,7 @@ VPATH=.:@srcdir@
@COMMENCE@
# Subdirectories in build-order (not including `examples')
-SUBDIRS=ADGuide Graphics Intro PSandPDF TechNotes Tutor cpplus fortran
+SUBDIRS=ADGuide Graphics Intro PSandPDF TechNotes cpplus fortran
DOCDIR=$(docdir)/hdf5
# Public doc files (to be installed)...