|
Revision 2261, 1.3 kB
(checked in by stbuehler, 5 weeks ago)
|
|
Remove mod_proxy
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | dist_man1_MANS=lighttpd.1 spawn-fcgi.1 |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | DOCS=accesslog.txt \ |
|---|
| 5 | authentication.txt \ |
|---|
| 6 | cgi.txt \ |
|---|
| 7 | compress.txt \ |
|---|
| 8 | configuration.txt \ |
|---|
| 9 | features.txt \ |
|---|
| 10 | performance.txt \ |
|---|
| 11 | plugins.txt \ |
|---|
| 12 | redirect.txt \ |
|---|
| 13 | rewrite.txt \ |
|---|
| 14 | secdownload.txt \ |
|---|
| 15 | security.txt \ |
|---|
| 16 | simple-vhost.txt \ |
|---|
| 17 | skeleton.txt \ |
|---|
| 18 | ssi.txt \ |
|---|
| 19 | ssl.txt \ |
|---|
| 20 | state.txt \ |
|---|
| 21 | rrdtool.txt \ |
|---|
| 22 | alias.txt \ |
|---|
| 23 | userdir.txt \ |
|---|
| 24 | access.txt \ |
|---|
| 25 | traffic-shaping.txt \ |
|---|
| 26 | setenv.txt \ |
|---|
| 27 | status.txt \ |
|---|
| 28 | trigger_b4_dl.txt \ |
|---|
| 29 | webdav.txt \ |
|---|
| 30 | expire.txt \ |
|---|
| 31 | dirlisting.txt \ |
|---|
| 32 | evhost.txt |
|---|
| 33 | |
|---|
| 34 | HTMLDOCS=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 | |
|---|
| 65 | EXTRA_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 | |
|---|
| 78 | html: $(HTMLDOCS) |
|---|
| 79 | |
|---|
| 80 | #%.ps.gz: %.ps |
|---|
| 81 | # gzip $^ |
|---|
| 82 | |
|---|
| 83 | #%.ps: %.dot |
|---|
| 84 | # dot -Tps -o $@ $^ |
|---|
| 85 | |
|---|
| 86 | clean-local: |
|---|
| 87 | rm -f *.html |
|---|
| 88 | |
|---|
| 89 | |
|---|