summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-02-05 20:10:37 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-02-05 20:10:37 (GMT)
commit10b5d82de0a8a61f58fc4663cfaa49aa58a6fc7a (patch)
tree9a08e40dcdefe475d0863159393278f283cc519c /doc/Makefile.in
parent6fbdd9f68b3887bc002e3b10e8588437ee89464f (diff)
downloadhdf5-10b5d82de0a8a61f58fc4663cfaa49aa58a6fc7a.zip
hdf5-10b5d82de0a8a61f58fc4663cfaa49aa58a6fc7a.tar.gz
hdf5-10b5d82de0a8a61f58fc4663cfaa49aa58a6fc7a.tar.bz2
[svn-r3357] Purpose:
Formatting Platforms tested: Solaris
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in4
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 \