From a8c372a6f195aa2fcb33c6e9e861ae8eea0a0a0c Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 28 Oct 2003 07:08:26 -0500 Subject: [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. --- doc/html/fortran/Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 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= -- cgit v0.12