summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2003-06-19 13:43:28 +0000
committerJeff Trawick <trawick@apache.org>2003-06-19 13:43:28 +0000
commit14e9e18cb433bb2c576e22428a2df4dabc34dad3 (patch)
tree02c0f5f6fb2148b15208b77a6ded363cc71952d4 /Makefile.in
parent1e0682040de4fe18a053451b16e8c70ceb72180f (diff)
downloadhttpd-14e9e18cb433bb2c576e22428a2df4dabc34dad3.tar.gz
distclean/extraclean tweak: blow away docs/conf/ssl-std.conf
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100303 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index fd7d84c659..92d2e13702 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -20,7 +20,7 @@ INSTALL_TARGETS = install-conf install-htdocs install-error install-icons \
DISTCLEAN_TARGETS = include/ap_config_auto.h include/ap_config_layout.h \
modules.c config.cache config.log config.status build/config_vars.mk \
- build/rules.mk docs/conf/httpd-std.conf shlibtool
+ build/rules.mk docs/conf/httpd-std.conf docs/conf/ssl-std.conf shlibtool
EXTRACLEAN_TARGETS = configure include/ap_config_auto.h.in generated_lists
include $(top_builddir)/build/rules.mk