Skip to content
Snippets Groups Projects
Commit edcf6adf authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Commit the ops version of httpd.conf, which has all the entries we

need for the collab tools.
parent b19408d0
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@ SUBDIR = apache
include $(OBJDIR)/Makeconf
CONFIG_FILES = httpd.conf
CONFIG_FILES = httpd.conf httpd.conf-ops
#
# Force dependencies to make sure configure regenerates if the .in file
# is changed.
......@@ -26,4 +27,7 @@ $(INSTALL_APACHE_CONFIG)/%: %
install: $(addprefix $(INSTALL_APACHE_CONFIG)/, $(CONFIG_FILES))
control-install: httpd.conf-ops
$(INSTALL_DATA) httpd.conf-ops $(INSTALL_APACHE_CONFIG)/httpd.conf
clean:
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment