diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-28 12:08:26 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-28 12:08:26 (GMT) |
commit | a8c372a6f195aa2fcb33c6e9e861ae8eea0a0a0c (patch) | |
tree | 994b4e2da2f893983f6f940fe86fe9228ae58bac | |
parent | 99d8cfc9710167d968026bba7a878284b17ef63b (diff) | |
download | hdf5-a8c372a6f195aa2fcb33c6e9e861ae8eea0a0a0c.zip hdf5-a8c372a6f195aa2fcb33c6e9e861ae8eea0a0a0c.tar.gz hdf5-a8c372a6f195aa2fcb33c6e9e861ae8eea0a0a0c.tar.bz2 |
[svn-r7761] Purpose:
Bug fix
Description:
Correct list of files to install after recent FORTRAN documentation cleanup
Platforms tested:
FreeBSD 4.9 (sleipnir) w/"make install-doc"
h5committest doesn't test this.
-rw-r--r-- | doc/html/fortran/Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/html/fortran/Makefile.in b/doc/html/fortran/Makefile.in index b42b738..0936621 100644 --- a/doc/html/fortran/Makefile.in +++ b/doc/html/fortran/Makefile.in @@ -15,11 +15,7 @@ SUBDIRS= DOCDIR=$(docdir)/hdf5/fortran # Public doc files (to be installed)... -PUB_DOCS=F90Flags.html F90UserNotes.html \ - h5_FORTRAN.html h5a_FORTRAN.html h5d_FORTRAN.html \ - h5e_FORTRAN.html h5f_FORTRAN.html h5g_FORTRAN.html \ - h5i_FORTRAN.html h5p_FORTRAN.html h5r_FORTRAN.html \ - h5s_FORTRAN.html h5t_FORTRAN.html +PUB_DOCS=F90Flags.html F90UserNotes.html # Other doc files (not to be installed)... PRIVATE_DOCS= |