summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2004-12-02 07:34:20 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2004-12-02 07:34:20 +0000
commit7b01e2d6340ce7520ac4fcca5b527247b6be8dbb (patch)
treecff116b93d4c10fd875c955fb29f3803571dcda3 /Makefile.in
parentab67a07bb023db9b4092eddfc109a2f061a56927 (diff)
downloadhttpd-7b01e2d6340ce7520ac4fcca5b527247b6be8dbb.tar.gz
* Makefile.in: Make install-man the last install target as it copies an
excruciatingly large amount of files. (We should also filter the .svn sub directories before copying it, too.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109467 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index f3ae0500d8..738f51e336 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -14,8 +14,8 @@ PROGRAM_DEPENDENCIES = \
PROGRAMS = $(PROGRAM_NAME)
TARGETS = $(PROGRAMS) $(shared_build) $(other_targets)
INSTALL_TARGETS = install-conf install-htdocs install-error install-icons \
- install-other install-cgi install-include install-suexec install-man \
- install-build
+ install-other install-cgi install-include install-suexec install-build \
+ install-man
DISTCLEAN_TARGETS = include/ap_config_auto.h include/ap_config_layout.h \
modules.c config.cache config.log config.status build/config_vars.mk \