diff options
author | Joshua Slive <slive@apache.org> | 2003-07-28 17:35:15 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2003-07-28 17:35:15 +0200 |
commit | 7412e577bb05c3aaff8565c7c59d504b43722424 (patch) | |
tree | fc2834333bd0ecc174257ee5307e67c9fcbc14f3 /Makefile.in | |
parent | allow piped rewrite logs to be relative to serverroot (diff) | |
download | apache2-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.in | 3 |
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 |