hdf5/doc/html/cpplus/Makefile.in
Bill Wendling 6450c4436f [svn-r3360] Purpose:
Fix
Description:
    Fixed the install-doc command...
Solution:
Purpose:
    Fix
Description:
    Fixed the install-doc command...
Solution:
    Mostly just fixed in the config/conclude.in file, but updated the doc
    directories with Makefile.ins and Dependencies so that they'd work.
Platforms tested:
    Linux, Solaris
2001-02-05 15:21:14 -05:00

24 lines
509 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/cpplus
# Public doc files (to be installed)...
PUB_DOCS=CppInterfaces.html CppUserNotes.doc CppUserNotes.pdf
# Other doc files (not to be installed)...
PRIVATE_DOCS=
@CONCLUDE@