diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-06 21:47:31 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-06 21:47:31 (GMT) |
commit | f9a10498aa24579beaf9eb9ab8cc8c1770a3ebe9 (patch) | |
tree | 3e5eb80e1672513faca0a15a90b99ae4edf00a31 /doc | |
parent | 6a28293644c8718016210f2dd61bf9bcdee1465b (diff) | |
download | hdf5-f9a10498aa24579beaf9eb9ab8cc8c1770a3ebe9.zip hdf5-f9a10498aa24579beaf9eb9ab8cc8c1770a3ebe9.tar.gz hdf5-f9a10498aa24579beaf9eb9ab8cc8c1770a3ebe9.tar.bz2 |
[svn-r3373] Purpose:
Bug Fix
Description:
I somehow overlooked dataset_p1.obj which was listed as a file to
install.
Solution:
Removed dataset_p1.obj from the list.
Platforms tested:
Linux
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/Makefile.in b/doc/html/Makefile.in index 1f4d7be..2ab366e 100644 --- a/doc/html/Makefile.in +++ b/doc/html/Makefile.in @@ -31,10 +31,10 @@ PUB_DOCS=ADGuide.html Attributes.html Big.html Caching.html Chunk_f1.gif \ RM_H5F.html RM_H5Front.html RM_H5G.html RM_H5I.html RM_H5P.html \ RM_H5R.html RM_H5S.html RM_H5T.html RM_H5Z.html References.html \ TechNotes.html Tools.html Version.html chunk1.gif compat.html \ - dataset_p1.gif dataset_p1.obj ddl.html extern1.gif extern2.gif \ - group_p1.gif group_p2.gif group_p3.gif h5s.examples hdf2.jpg \ - ph5design.html ph5example.c ph5implement.txt pipe1.gif pipe2.gif \ - pipe3.gif pipe4.gif pipe5.gif index.html version.gif + dataset_p1.gif ddl.html extern1.gif extern2.gif group_p1.gif \ + group_p2.gif group_p3.gif h5s.examples hdf2.jpg ph5design.html \ + ph5example.c ph5implement.txt pipe1.gif pipe2.gif pipe3.gif \ + pipe4.gif pipe5.gif index.html version.gif # Other doc files (not to be installed)... PRIVATE_DOCS=Chunk_f1.obj Chunk_f2.obj Chunk_f6.obj CodeReview.html \ |