diff options
Diffstat (limited to 'doc/html/Intro/Makefile.am')
-rw-r--r-- | doc/html/Intro/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/html/Intro/Makefile.am b/doc/html/Intro/Makefile.am new file mode 100644 index 0000000..0cbc3a6 --- /dev/null +++ b/doc/html/Intro/Makefile.am @@ -0,0 +1,17 @@ +# 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 |