From 0522c42e7a5f5ab9c3a209ac5ade6aec6c711cc9 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 23 Mar 2001 14:25:00 -0500 Subject: [svn-r3703] Purpose: Hack removal Description: readded Makefile in java examples directoyr. --- config/conclude.in | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/config/conclude.in b/config/conclude.in index d29fb5f..622cc65 100644 --- a/config/conclude.in +++ b/config/conclude.in @@ -94,11 +94,6 @@ install-doc: $(PUB_DOCS) else \ mkdir $(DOCDIR) && chmod 755 $(DOCDIR); \ fi - @if test -d $(SUBDOCDIR) ; then \ - :; \ - else \ - mkdir $(SUBDOCDIR) && chmod 755 $(SUBDOCDIR); \ - fi @for d in X $(SUBDIRS); do \ if test $$d != X; then \ (set -x; cd $$d && $(MAKE) $@) || exit 1; \ @@ -114,16 +109,6 @@ install-doc: $(PUB_DOCS) fi; \ fi; \ done - @for f in X $(PUB_SUBDOCS); do \ - if test $$f != X; then \ - if test -f $$f; then \ - (set -x; $(INSTALL_DATA) $$f $(SUBDOCDIR)/. || exit 1); \ - else \ - (set -x; $(INSTALL_DATA) $(srcdir)/$$f $(SUBDOCDIR)/. || \ - exit 1); \ - fi; \ - fi; \ - done ## Removes those things that `make install' (would have) installed. uninstall: -- cgit v0.12