mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r3390] Purpose:
Adding Intro/ subdirectory Description: The Intro/ subdirectory was added. Reflected in Makefile.in
This commit is contained in:
parent
e26fda7232
commit
cb7758e1ad
23
doc/html/Intro/Makefile.in
Normal file
23
doc/html/Intro/Makefile.in
Normal file
@ -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@
|
@ -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)...
|
||||
|
Loading…
Reference in New Issue
Block a user