diff options
Diffstat (limited to 'doc/html/Intro/Makefile.in')
-rw-r--r-- | doc/html/Intro/Makefile.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/html/Intro/Makefile.in b/doc/html/Intro/Makefile.in new file mode 100644 index 0000000..becee33 --- /dev/null +++ b/doc/html/Intro/Makefile.in @@ -0,0 +1,23 @@ +# 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 +SUBDIRS= +DOCDIR=$(docdir)/hdf5/Intro + +# Public doc files (to be installed)... +PUB_DOCS=IntroExamples.html + +# Other doc files (not to be installed)... +PRIVATE_DOCS= + +@CONCLUDE@ |