]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
no logic changes - just some style changes.
authorGreg Ames <gregames@apache.org>
Fri, 19 Jul 2002 15:23:43 +0000 (15:23 +0000)
committerGreg Ames <gregames@apache.org>
Fri, 19 Jul 2002 15:23:43 +0000 (15:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96128 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index b9d183e93a92f552591bceedc287f0e9486eadb5..b09e7cbb7d2c9b7d96c2220852e3ddef64bdd99d 100644 (file)
@@ -31,14 +31,14 @@ install-conf:
        if [ -d $(DESTDIR)$(sysconfdir) ]; then \
            $(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir) ; \
        fi ; \
-           cd $(top_srcdir)/docs/conf; \
-           for i in mime.types magic; do \
-               if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \
-               $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \
-               fi; \
-           done; \
-           for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \
-               cd $$j ; \
+       cd $(top_srcdir)/docs/conf; \
+       for i in mime.types magic; do \
+           if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \
+               $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \
+           fi; \
+       done; \
+       for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \
+           cd $$j ; \
            for i in *-std*.conf ssl.conf; do \
                [ -f $$i ] || continue; \
                ( \
@@ -81,12 +81,12 @@ install-conf:
                        $(INSTALL_DATA) $(DESTDIR)$(sysconfdir)/$$i $(DESTDIR)$(sysconfdir)/$$file; \
                fi; \
            done ; \
-           done ; \
-           if test -f "$(builddir)/envvars-std"; then \
-               cp -p envvars-std $(DESTDIR)$(sbindir); \
-               if test ! -f $(DESTDIR)$(sbindir)/envvars; then \
-                   cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \
-               fi ; \
+       done ; \
+       if test -f "$(builddir)/envvars-std"; then \
+           cp -p envvars-std $(DESTDIR)$(sbindir); \
+           if test ! -f $(DESTDIR)$(sbindir)/envvars; then \
+               cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \
+           fi ; \
        fi
 
 install-build: