summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2003-07-28 17:35:15 +0200
committerJoshua Slive <slive@apache.org>2003-07-28 17:35:15 +0200
commit7412e577bb05c3aaff8565c7c59d504b43722424 (patch)
treefc2834333bd0ecc174257ee5307e67c9fcbc14f3 /Makefile.in
parentallow piped rewrite logs to be relative to serverroot (diff)
downloadapache2-7412e577bb05c3aaff8565c7c59d504b43722424.tar.xz
apache2-7412e577bb05c3aaff8565c7c59d504b43722424.zip
Install config.nice into the build/ directory to make
minor version upgrades easier. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100819 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f09f7df033..540c17bfe2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -96,7 +96,8 @@ install-build:
cp build/*.mk $(DESTDIR)$(installbuilddir); \
sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \
build/config_vars.mk > $(DESTDIR)$(installbuilddir)/config_vars.mk; \
- cp $(top_srcdir)/build/instdso.sh $(DESTDIR)$(installbuilddir);
+ cp $(top_srcdir)/build/instdso.sh $(DESTDIR)$(installbuilddir); \
+ cp $(top_srcdir)/config.nice $(DESTDIR)$(installbuilddir);
htdocs-srcdir = $(top_srcdir)/docs/docroot