diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2005-08-12 18:40:53 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2005-08-12 18:40:53 +0000 |
commit | 0f98a191e9250027aad532689818d78b8337531e (patch) | |
tree | 12c9e15719ef3c19a2633a827171dba11fb8246f /usr.sbin/httpd | |
parent | a1c669a196067d693832da11a3ec903f2052284c (diff) |
don't try to install a page that has been removed; ok jmc@
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/Makefile.bsd-wrapper | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper index 50c835ff0f5..7571c64b5bd 100644 --- a/usr.sbin/httpd/Makefile.bsd-wrapper +++ b/usr.sbin/httpd/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for Apache -# $OpenBSD: Makefile.bsd-wrapper,v 1.54 2005/08/01 19:40:33 jmc Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.55 2005/08/12 18:40:52 naddy Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -286,7 +286,6 @@ MANUALFILES= \ manual/sections.html \ manual/server-wide.html \ manual/sitemap.html \ - manual/sourcereorg.html \ manual/stopping.html \ manual/suexec.html \ manual/mod/mod_ssl/index.html \ |