diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2005-07-19 17:28:56 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2005-07-19 17:28:56 (GMT) |
commit | 794ba0a251af47b8e3c60afa2fe92d267e2a6b55 (patch) | |
tree | f24cea3b81ff02fa3f31c0a1c4e80fa10f4393c0 /doc/html/Tutor/Makefile.am | |
parent | d2e92fd23610c3ccdddbbc55484e54a5a21a9252 (diff) | |
download | hdf5-794ba0a251af47b8e3c60afa2fe92d267e2a6b55.zip hdf5-794ba0a251af47b8e3c60afa2fe92d267e2a6b55.tar.gz hdf5-794ba0a251af47b8e3c60afa2fe92d267e2a6b55.tar.bz2 |
[svn-r11084]
Description:
All HDF5 user documentation has been moved to a separate hdf5doc/
repository, managed under Subversion.
With this 'cvs commit', all files are stripped from hdf5/doc/.
THIS CHANGE IS APPLIED ONLY TO THE HDF5 DEVELOPMENT BRANCH,
post Release 1.6.x; it is not applied to the release branches.
Diffstat (limited to 'doc/html/Tutor/Makefile.am')
-rw-r--r-- | doc/html/Tutor/Makefile.am | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/html/Tutor/Makefile.am b/doc/html/Tutor/Makefile.am deleted file mode 100644 index ed7ab7a..0000000 --- a/doc/html/Tutor/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -# 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 - -SUBDIRS=Graphics examples -localdocdir = $(docdir)/hdf5/Tutor - -# Public doc files (to be installed)... -localdoc_DATA=Contents.html ContentsAdd.html ContentsAdv.html \ - ContentsFull.html ContentsIntro.html Copyright.html answers.html \ - api.html bighdf2sp.JPG compound.html crtatt.html crtdat.html \ - crtfile.html crtgrp.html crtgrpar.html crtgrpd.html extend.html \ - fileorg.html glossary.html img001.gif img002.gif img003.gif \ - img004.gif img005.gif index.html intro.html iterate.html \ - mount.html questions.html rdwt.html references.html reftoobj.html \ - reftoreg.html select.html selectc.html title.html util.html |