summaryrefslogtreecommitdiffstats
path: root/doc/html/Tutor/Makefile.in
blob: c5c9601e7e6f8dec3b9046e06002c2a8ed8002dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# HDF5 Library Makefile(.in)
#
# Copyright (C) 1997 National Center for Supercomputing Applications.
#                    All rights reserved.
#
# 
top_srcdir=@top_srcdir@
top_builddir=../../..
srcdir=@srcdir@
@COMMENCE@

# Subdirectories in build-order (not including `examples')
SUBDIRS=
DOCDIR=$(docdir)/hdf5/Tutor

# Public doc files (to be installed)...
PUB_DOCS=

# Other doc files (not to be installed)...
PRIVATE_DOCS=

@CONCLUDE@