From 7b01e2d6340ce7520ac4fcca5b527247b6be8dbb Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Thu, 2 Dec 2004 07:34:20 +0000 Subject: [PATCH] * 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 --- Makefile.in | 4 ++-- 1 file 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 \ -- 2.50.1