mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
18 lines
378 B
Makefile
18 lines
378 B
Makefile
|
# HDF5 Library Doc Makefile(.in)
|
||
|
#
|
||
|
# Copyright (C) 1997, 2002
|
||
|
# National Center for Supercomputing Applications.
|
||
|
# All rights reserved.
|
||
|
#
|
||
|
##
|
||
|
## Makefile.am
|
||
|
## Run automake to generate a Makefile.in from this file.
|
||
|
#
|
||
|
|
||
|
include $(top_srcdir)/config/commence-doc.am
|
||
|
|
||
|
localdocdir=$(docdir)/hdf5/Intro
|
||
|
|
||
|
# Public doc files (to be installed)...
|
||
|
localdoc_DATA=IntroExamples.html
|