summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcus Rückert <darix@opensu.se>2010-07-07 12:56:48 +0000
committerMarcus Rückert <darix@opensu.se>2010-07-07 12:56:48 +0000
commitac087bd9c721811059db5ed484ef40b0003237fb (patch)
tree7b68474ec7a0922962fd56c62f879aa54cdbdd76 /doc
parentb75fa3c9902ff647c214b8d36cc476efe1203a03 (diff)
downloadlighttpd-git-ac087bd9c721811059db5ed484ef40b0003237fb.tar.gz
- 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
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am7
-rw-r--r--doc/initscripts/Makefile.am1
-rwxr-xr-xdoc/initscripts/rc.lighttpd (renamed from doc/rc.lighttpd)0
-rwxr-xr-xdoc/initscripts/rc.lighttpd.redhat (renamed from doc/rc.lighttpd.redhat)0
-rw-r--r--doc/initscripts/sysconfig.lighttpd (renamed from doc/sysconfig.lighttpd)0
-rw-r--r--doc/lighttpd.user1
-rw-r--r--doc/scripts/Makefile.am3
-rwxr-xr-xdoc/scripts/rrdtool-graph.sh (renamed from doc/rrdtool-graph.sh)0
-rwxr-xr-xdoc/scripts/spawn-php.sh (renamed from doc/spawn-php.sh)0
9 files changed, 6 insertions, 6 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7a733583..52c7980a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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)
diff --git a/doc/initscripts/Makefile.am b/doc/initscripts/Makefile.am
new file mode 100644
index 00000000..dfed8581
--- /dev/null
+++ b/doc/initscripts/Makefile.am
@@ -0,0 +1 @@
+EXTRA_DIST=rc.lighttpd rc.lighttpd.redhat sysconfig.lighttpd
diff --git a/doc/rc.lighttpd b/doc/initscripts/rc.lighttpd
index da0d2449..da0d2449 100755
--- a/doc/rc.lighttpd
+++ b/doc/initscripts/rc.lighttpd
diff --git a/doc/rc.lighttpd.redhat b/doc/initscripts/rc.lighttpd.redhat
index e22d551d..e22d551d 100755
--- a/doc/rc.lighttpd.redhat
+++ b/doc/initscripts/rc.lighttpd.redhat
diff --git a/doc/sysconfig.lighttpd b/doc/initscripts/sysconfig.lighttpd
index c8154c96..c8154c96 100644
--- a/doc/sysconfig.lighttpd
+++ b/doc/initscripts/sysconfig.lighttpd
diff --git a/doc/lighttpd.user b/doc/lighttpd.user
deleted file mode 100644
index 727e9c33..00000000
--- a/doc/lighttpd.user
+++ /dev/null
@@ -1 +0,0 @@
-dummy:test123
diff --git a/doc/scripts/Makefile.am b/doc/scripts/Makefile.am
new file mode 100644
index 00000000..08aaa259
--- /dev/null
+++ b/doc/scripts/Makefile.am
@@ -0,0 +1,3 @@
+EXTRA_DIST= \
+ rrdtool-graph.sh \
+ spawn-php.sh
diff --git a/doc/rrdtool-graph.sh b/doc/scripts/rrdtool-graph.sh
index 1157a285..1157a285 100755
--- a/doc/rrdtool-graph.sh
+++ b/doc/scripts/rrdtool-graph.sh
diff --git a/doc/spawn-php.sh b/doc/scripts/spawn-php.sh
index 181eae21..181eae21 100755
--- a/doc/spawn-php.sh
+++ b/doc/scripts/spawn-php.sh