diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-03-18 20:12:26 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-03-18 20:12:26 (GMT) |
commit | be130316bf3df0d6cc239fa2330eb3281fa0f192 (patch) | |
tree | ca50c726c27af8c41feaa69151659b31807b4967 /doc | |
parent | a6b59791abe6c0dd03ffd70edb8fbe6460ad8971 (diff) | |
download | hdf5-be130316bf3df0d6cc239fa2330eb3281fa0f192.zip hdf5-be130316bf3df0d6cc239fa2330eb3281fa0f192.tar.gz hdf5-be130316bf3df0d6cc239fa2330eb3281fa0f192.tar.bz2 |
[svn-r6486] Purpose:
Bug fix
Description:
"make distclean" is failing currently in the doc/html/ed_libs and
doc/html/ed_styles directories for lack of a 'Dependencies' file.
Solution:
Add it.
Platforms tested:
FreeBSD 4.7 (sleipnir)
Misc. update:
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/ed_libs/Dependencies | 3 | ||||
-rw-r--r-- | doc/html/ed_styles/Dependencies | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/html/ed_libs/Dependencies b/doc/html/ed_libs/Dependencies new file mode 100644 index 0000000..f29a269 --- /dev/null +++ b/doc/html/ed_libs/Dependencies @@ -0,0 +1,3 @@ +## This file is machine generated on GNU systems. +## Only temporary changes may be made here. + diff --git a/doc/html/ed_styles/Dependencies b/doc/html/ed_styles/Dependencies new file mode 100644 index 0000000..f29a269 --- /dev/null +++ b/doc/html/ed_styles/Dependencies @@ -0,0 +1,3 @@ +## This file is machine generated on GNU systems. +## Only temporary changes may be made here. + |