From cb7758e1ad43cbfd31d71043c0e4451aa73cad8d Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 9 Feb 2001 15:16:49 -0500 Subject: [svn-r3390] Purpose: Adding Intro/ subdirectory Description: The Intro/ subdirectory was added. Reflected in Makefile.in --- doc/html/Intro/Makefile.in | 23 +++++++++++++++++++++++ doc/html/Makefile.in | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 doc/html/Intro/Makefile.in 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@ diff --git a/doc/html/Makefile.in b/doc/html/Makefile.in index 2ab366e..ccdc444 100644 --- a/doc/html/Makefile.in +++ b/doc/html/Makefile.in @@ -12,7 +12,7 @@ VPATH=.:@srcdir@ @COMMENCE@ # Subdirectories in build-order (not including `examples') -SUBDIRS=ADGuide Graphics PSandPDF TechNotes Tutor cpplus fortran +SUBDIRS=ADGuide Graphics Intro PSandPDF TechNotes Tutor cpplus fortran DOCDIR=$(docdir)/hdf5 # Public doc files (to be installed)... -- cgit v0.12