- a bit more cleanup in the docs dir
- move scripts and init scripts into subdirs - remove unused lighttpd.user git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2742 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
b75fa3c990
commit
ac087bd9c7
|
@ -571,7 +571,10 @@ AC_CONFIG_FILES([Makefile src/Makefile
|
|||
doc/config/conf.d/Makefile \
|
||||
doc/config/vhosts.d/Makefile \
|
||||
doc/config/Makefile \
|
||||
doc/Makefile tests/Makefile \
|
||||
doc/scripts/Makefile \
|
||||
doc/initscripts/Makefile \
|
||||
doc/Makefile \
|
||||
tests/Makefile \
|
||||
tests/docroot/Makefile \
|
||||
tests/docroot/123/Makefile \
|
||||
tests/docroot/www/Makefile \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS=config
|
||||
SUBDIRS=config scripts initscripts
|
||||
dist_man8_MANS=lighttpd.8
|
||||
|
||||
DOCS=accesslog.txt \
|
||||
|
@ -77,11 +77,8 @@ HTMLDOCS=accesslog.html \
|
|||
evhost.html \
|
||||
magnet.html
|
||||
|
||||
EXTRA_DIST=lighttpd.user \
|
||||
rc.lighttpd rc.lighttpd.redhat sysconfig.lighttpd \
|
||||
rrdtool-graph.sh \
|
||||
EXTRA_DIST= \
|
||||
state.dot fastcgi-state.dot \
|
||||
spawn-php.sh \
|
||||
newstyle.css \
|
||||
oldstyle.css \
|
||||
$(DOCS)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
EXTRA_DIST=rc.lighttpd rc.lighttpd.redhat sysconfig.lighttpd
|
|
@ -1 +0,0 @@
|
|||
dummy:test123
|
|
@ -0,0 +1,3 @@
|
|||
EXTRA_DIST= \
|
||||
rrdtool-graph.sh \
|
||||
spawn-php.sh
|
Loading…
Reference in New Issue