not the source directory. Make sure we check both from now on.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94460
13f79535-47bb-0310-9956-
ffa450edef68
for i in mime.types magic; do \
$(INSTALL_DATA) $$i $(sysconfdir); \
done; \
+ for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \
+ cd $$j ; \
for i in *-std* ssl.conf; do \
[ -f $$i ] || continue; \
( \
if test "$$file" != "$$i" && test ! -f $(sysconfdir)/$$file; then \
$(INSTALL_DATA) $(sysconfdir)/$$i $(sysconfdir)/$$file; \
fi; \
+ done ; \
done
@if test -f "$(builddir)/envvars-std"; then \
cp -p envvars-std $(sbindir); \