- fix makefiles for the new files
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2739 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
433c2a0c0d
commit
9b2f794c2c
|
@ -1,3 +1,4 @@
|
|||
SUBDIRS=config
|
||||
dist_man8_MANS=lighttpd.8
|
||||
|
||||
DOCS=accesslog.txt \
|
||||
|
@ -76,7 +77,7 @@ HTMLDOCS=accesslog.html \
|
|||
evhost.html \
|
||||
magnet.html
|
||||
|
||||
EXTRA_DIST=lighttpd.conf lighttpd.user \
|
||||
EXTRA_DIST=lighttpd.user \
|
||||
rc.lighttpd rc.lighttpd.redhat sysconfig.lighttpd \
|
||||
rrdtool-graph.sh \
|
||||
state.dot fastcgi-state.dot \
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
SUBDIRS=conf.d vhosts.d
|
||||
EXTRA_DIST=lighttpd.conf modules.conf
|
|
@ -0,0 +1,25 @@
|
|||
EXTRA_DIST=access_log.conf \
|
||||
auth.conf \
|
||||
cgi.conf \
|
||||
cml.conf \
|
||||
compress.conf \
|
||||
debug.conf \
|
||||
dirlisting.conf \
|
||||
evhost.conf \
|
||||
expire.conf \
|
||||
fastcgi.conf \
|
||||
geoip.conf \
|
||||
magnet.conf \
|
||||
mime.conf \
|
||||
mod.template \
|
||||
mysql_vhost.conf \
|
||||
proxy.conf \
|
||||
rrdtool.conf \
|
||||
scgi.conf \
|
||||
secdownload.conf \
|
||||
simple_vhost.conf \
|
||||
ssi.conf \
|
||||
status.conf \
|
||||
trigger_b4_dl.conf \
|
||||
userdir.conf \
|
||||
webdav.conf
|
|
@ -0,0 +1 @@
|
|||
EXTRA_DIST=vhosts.template
|
Loading…
Reference in New Issue