diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-05 20:09:33 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-05 20:09:33 (GMT) |
commit | 6fbdd9f68b3887bc002e3b10e8588437ee89464f (patch) | |
tree | 96c137fe6720ef35ef73b33148bc120f321012ea /config/conclude.in | |
parent | f6bc74797280df00a57bddaaeebd21b4c79fdee9 (diff) | |
download | hdf5-6fbdd9f68b3887bc002e3b10e8588437ee89464f.zip hdf5-6fbdd9f68b3887bc002e3b10e8588437ee89464f.tar.gz hdf5-6fbdd9f68b3887bc002e3b10e8588437ee89464f.tar.bz2 |
[svn-r3356] Purpose:
Formatting...
Platforms tested:
Solaris
Diffstat (limited to 'config/conclude.in')
-rw-r--r-- | config/conclude.in | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/config/conclude.in b/config/conclude.in index b8ef185..d868040 100644 --- a/config/conclude.in +++ b/config/conclude.in @@ -90,24 +90,24 @@ install: $(PUB_LIB) $(PUB_HDR) $(PUB_PROGS) $(libdir) $(includedir) $(bindir) ## Install the documents. install-doc: $(PUB_DOCS) @if test -d $(DOCDIR) ; then \ - :; \ - else \ + :; \ + else \ mkdir $(DOCDIR) && chmod 755 $(DOCDIR); \ fi - @for d in X $(SUBDIRS); do \ - if test $$d != X; then \ + @for d in X $(SUBDIRS); do \ + if test $$d != X; then \ (set -x; cd $$d && $(MAKE) $@) || exit 1; \ - fi; \ + fi; \ done - @for f in X $(PUB_DOCS); do \ - if test $$f != X; then \ - if test -f $$f; then \ - (set -x; $(INSTALL_DATA) $$f $(DOCDIR)/. || exit 1); \ - else \ + @for f in X $(PUB_DOCS); do \ + if test $$f != X; then \ + if test -f $$f; then \ + (set -x; $(INSTALL_DATA) $$f $(DOCDIR)/. || exit 1); \ + else \ (set -x; $(INSTALL_DATA) $(srcdir)/$$f $(DOCDIR)/. || \ - exit 1); \ - fi; \ - fi; \ + exit 1); \ + fi; \ + fi; \ done ## Removes those things that `make install' (would have) installed. |