summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcus Rückert <darix@opensu.se>2010-07-07 12:28:35 +0000
committerMarcus Rückert <darix@opensu.se>2010-07-07 12:28:35 +0000
commit9b2f794c2c8bb3e3818926e1c55fcb3cb1f95c4b (patch)
treeb900227f32285acf9bf4a8e8d630700bfcd67f82 /doc
parent433c2a0c0d49e18fa8c34f2675a82b5151bba043 (diff)
downloadlighttpd-git-9b2f794c2c8bb3e3818926e1c55fcb3cb1f95c4b.tar.gz
- 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
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/config/Makefile.am2
-rw-r--r--doc/config/conf.d/Makefile.am25
-rw-r--r--doc/config/vhosts.d/Makefile.am1
4 files changed, 30 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ebd1ee14..7a733583 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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 \
diff --git a/doc/config/Makefile.am b/doc/config/Makefile.am
new file mode 100644
index 00000000..57bf1018
--- /dev/null
+++ b/doc/config/Makefile.am
@@ -0,0 +1,2 @@
+SUBDIRS=conf.d vhosts.d
+EXTRA_DIST=lighttpd.conf modules.conf
diff --git a/doc/config/conf.d/Makefile.am b/doc/config/conf.d/Makefile.am
new file mode 100644
index 00000000..165c17e2
--- /dev/null
+++ b/doc/config/conf.d/Makefile.am
@@ -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
diff --git a/doc/config/vhosts.d/Makefile.am b/doc/config/vhosts.d/Makefile.am
new file mode 100644
index 00000000..51d93769
--- /dev/null
+++ b/doc/config/vhosts.d/Makefile.am
@@ -0,0 +1 @@
+EXTRA_DIST=vhosts.template