mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
6450c4436f
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
24 lines
509 B
Makefile
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@
|