diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-28 12:08:32 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-28 12:08:32 (GMT) |
commit | 3a6c866bf8ed5a378019aaa08bf589dafa1ebc74 (patch) | |
tree | 8cf73114539a8ec007ab8b53d966d4013da2fac5 /doc/html/fortran | |
parent | bba4295cb1f53ac735060d9a518e6f32fa465d9c (diff) | |
download | hdf5-3a6c866bf8ed5a378019aaa08bf589dafa1ebc74.zip hdf5-3a6c866bf8ed5a378019aaa08bf589dafa1ebc74.tar.gz hdf5-3a6c866bf8ed5a378019aaa08bf589dafa1ebc74.tar.bz2 |
[svn-r7762] 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.
Diffstat (limited to 'doc/html/fortran')
-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= |