From: Ryan Bloom Date: Thu, 7 Dec 2000 04:15:27 +0000 (+0000) Subject: Change some spaces to tabs. X-Git-Tag: APACHE_2_0_ALPHA_9~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08460eec83a1880e01745217e091e5ee1282f02e;p=apache Change some spaces to tabs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87242 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 06599b07f4..6110eeb8c7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,8 +54,8 @@ install-htdocs: @echo Installing HTML documents @test -d $(htdocsdir) || $(MKINSTALLDIRS) $(htdocsdir) @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir)) - @test -d $(htdocsdir)/manual || $(MKINSTALLDIRS) $(htdocsdir)/manual - @test -d docs/manual && (cd docs/manual && cp -rp * $(htdocsdir)/manual) + @test -d $(htdocsdir)/manual || $(MKINSTALLDIRS) $(htdocsdir)/manual + @test -d docs/manual && (cd docs/manual && cp -rp * $(htdocsdir)/manual) install-icons: @echo Installing icons