Files
hdf5/doc/html/fortran/Makefile.in
Quincey Koziol 3a6c866bf8 [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.
2003-10-28 07:08:32 -05:00

24 lines
490 B
Makefile

# HDF5 Library Makefile(.in)
#
# Copyright (C) 2001 National Center for Supercomputing Applications.
# All rights reserved.
#
#
top_srcdir=@top_srcdir@
top_builddir=../../..
srcdir=@srcdir@
VPATH=.:@srcdir@
@COMMENCE@
# Subdirectories in build-order (not including `examples')
SUBDIRS=
DOCDIR=$(docdir)/hdf5/fortran
# Public doc files (to be installed)...
PUB_DOCS=F90Flags.html F90UserNotes.html
# Other doc files (not to be installed)...
PRIVATE_DOCS=
@CONCLUDE@