summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2003-11-17 19:05:03 +0000
committerhenning <henning@openbsd.org>2003-11-17 19:05:03 +0000
commitc6529727a34d502306936be34abf65b12bb070a6 (patch)
tree419b36cf60e2da7b5dbed244dfb8982e0aeee9bf
parentDon't expose the contents of rndc.key by diffing; noticed by Randy Lewis (diff)
downloadwireguard-openbsd-c6529727a34d502306936be34abf65b12bb070a6.tar.xz
wireguard-openbsd-c6529727a34d502306936be34abf65b12bb070a6.zip
syn manualfiles
-rw-r--r--usr.sbin/httpd/Makefile.bsd-wrapper7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper
index 57dac9218ba..7ee67fdc1d2 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.41 2003/08/21 14:00:28 henning Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.42 2003/11/17 19:05:03 henning Exp $
# Our lndir is hacked; specify a full path to avoid potential conflicts
# with the one installed with X11.
@@ -233,6 +233,7 @@ HTDOCS= \
CGIFILES= cgi-bin/printenv cgi-bin/test-cgi
MANUALFILES= \
+ manual/FAQ.html \
manual/howto/auth.html \
manual/howto/htaccess.html \
manual/howto/cgi.html.en \
@@ -502,7 +503,9 @@ MANUALFILES= \
manual/mod/mod_negotiation.html.html \
manual/mod/mod_negotiation.html.ja.jis \
manual/mod/mod_proxy.html \
- manual/mod/mod_rewrite.html \
+ manual/mod/mod_rewrite.html.en \
+ manual/mod/mod_rewrite.html.html \
+ manual/mod/mod_rewrite.html.ja.jis \
manual/mod/mod_setenvif.html.en \
manual/mod/mod_setenvif.html.html \
manual/mod/mod_so.html.en \