diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-05 20:10:37 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-05 20:10:37 (GMT) |
commit | 10b5d82de0a8a61f58fc4663cfaa49aa58a6fc7a (patch) | |
tree | 9a08e40dcdefe475d0863159393278f283cc519c /doc | |
parent | 6fbdd9f68b3887bc002e3b10e8588437ee89464f (diff) | |
download | hdf5-10b5d82de0a8a61f58fc4663cfaa49aa58a6fc7a.zip hdf5-10b5d82de0a8a61f58fc4663cfaa49aa58a6fc7a.tar.gz hdf5-10b5d82de0a8a61f58fc4663cfaa49aa58a6fc7a.tar.bz2 |
[svn-r3357] Purpose:
Formatting
Platforms tested:
Solaris
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 10fc2eb..14e9998 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -29,8 +29,8 @@ tests TAGS dep depend: install-doc: @if test -d $(DOCDIR) ; then \ - :; \ - else \ + :; \ + else \ mkdir $(DOCDIR) && chmod 755 $(DOCDIR); \ fi @@SETX@; for d in $(SUBDIRS); do \ |