From: Justin Erenkrantz Date: Thu, 2 Dec 2004 07:34:20 +0000 (+0000) Subject: * Makefile.in: Make install-man the last install target as it copies an X-Git-Tag: 2.1.2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b01e2d6340ce7520ac4fcca5b527247b6be8dbb;p=apache * 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 --- 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 \