2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-12 17:31:09 +08:00

[svn-r3358] Purpose:

Feature Fix
Description:
    Added more Makefile generations to support the ``install-doc''
    command.
Platforms tested:
    Linux, Solaris
This commit is contained in:
Bill Wendling 2001-02-05 15:15:26 -05:00
parent 10b5d82de0
commit a0382e8da1
2 changed files with 24 additions and 6 deletions

20
configure vendored

@ -9814,10 +9814,16 @@ ac_given_srcdir=$srcdir
ac_given_INSTALL="$INSTALL"
trap 'rm -fr `echo "src/libhdf5.settings config/depend1 config/depend2 config/depend3
config/depend4 config/dependN config/commence config/conclude
config/depend4 config/dependN config/commence config/conclude
Makefile src/Makefile pablo/Makefile test/Makefile
testpar/Makefile tools/Makefile examples/Makefile
doc/Makefile doc/html/Makefile doc/html/Tutor/Makefile src/H5config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
doc/Makefile doc/html/Makefile doc/html/ADGuide/Makefile
doc/html/Graphics/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 src/H5config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@ -9951,10 +9957,16 @@ EOF
cat >> $CONFIG_STATUS <<EOF
CONFIG_FILES=\${CONFIG_FILES-"src/libhdf5.settings config/depend1 config/depend2 config/depend3
config/depend4 config/dependN config/commence config/conclude
config/depend4 config/dependN config/commence config/conclude
Makefile src/Makefile pablo/Makefile test/Makefile
testpar/Makefile tools/Makefile examples/Makefile
doc/Makefile doc/html/Makefile doc/html/Tutor/Makefile"}
doc/Makefile doc/html/Makefile doc/html/ADGuide/Makefile
doc/html/Graphics/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"}
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then

@ -1549,10 +1549,16 @@ touch ./config/stamp1
saved_no_create=$no_create
no_create=yes
AC_OUTPUT(src/libhdf5.settings config/depend1 config/depend2 config/depend3
config/depend4 config/dependN config/commence config/conclude
config/depend4 config/dependN config/commence config/conclude
Makefile src/Makefile pablo/Makefile test/Makefile
testpar/Makefile tools/Makefile examples/Makefile
doc/Makefile doc/html/Makefile doc/html/Tutor/Makefile)
doc/Makefile doc/html/Makefile doc/html/ADGuide/Makefile
doc/html/Graphics/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)
no_create=$saved_no_create
# Then the stamp2 file for H5config.h