Commit 998a191e authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

* 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
parent d2c1aad6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 \