]> granicus.if.org Git - apache/commitdiff
* Makefile.in: Make install-man the last install target as it copies an
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 2 Dec 2004 07:34:20 +0000 (07:34 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 2 Dec 2004 07:34:20 +0000 (07:34 +0000)
  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

index f3ae0500d8afba46de47290f7b06f9524d8143cc..738f51e3360e02ddff79162d5443de480212311f 100644 (file)
@@ -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 \