root/trunk/doc/Makefile.am

Revision 2261, 1.3 kB (checked in by stbuehler, 5 weeks ago)

Remove mod_proxy

  • Property svn:eol-style set to native
Line 
1dist_man1_MANS=lighttpd.1 spawn-fcgi.1
2
3
4DOCS=accesslog.txt \
5authentication.txt \
6cgi.txt \
7compress.txt \
8configuration.txt \
9features.txt \
10performance.txt \
11plugins.txt \
12redirect.txt \
13rewrite.txt \
14secdownload.txt \
15security.txt \
16simple-vhost.txt \
17skeleton.txt \
18ssi.txt \
19ssl.txt \
20state.txt \
21rrdtool.txt \
22alias.txt \
23userdir.txt \
24access.txt \
25traffic-shaping.txt \
26setenv.txt \
27status.txt \
28trigger_b4_dl.txt \
29webdav.txt \
30expire.txt \
31dirlisting.txt \
32evhost.txt
33
34HTMLDOCS=accesslog.html \
35         authentication.html \
36         cgi.html \
37         compress.html \
38         configuration.html \
39         features.html \
40         performance.html \
41         plugins.html \
42         proxy.html \
43         redirect.html \
44         rewrite.html \
45         secdownload.html \
46         security.html \
47         simple-vhost.html \
48         skeleton.html \
49         ssi.html \
50         ssl.html \
51         state.html \
52         rrdtool.html \
53         alias.html \
54         userdir.html \
55         access.html \
56         traffic-shaping.html \
57         setenv.html \
58         status.html \
59         trigger_b4_dl.html \
60         webdav.html \
61         expire.html \
62         dirlisting.html \
63         evhost.html
64
65EXTRA_DIST=lighttpd.conf lighttpd.user \
66        rc.lighttpd rc.lighttpd.redhat sysconfig.lighttpd \
67        rrdtool-graph.sh \
68        state.dot \
69        spawn-php.sh \
70        newstyle.css \
71        oldstyle.css \
72        $(DOCS)
73 
74%.html: %.txt
75        rst2html $^ > $@
76
77
78html: $(HTMLDOCS)
79
80#%.ps.gz: %.ps
81#       gzip $^
82       
83#%.ps: %.dot
84#       dot -Tps -o $@ $^   
85
86clean-local:
87        rm -f *.html
88
89       
Note: See TracBrowser for help on using the browser.