Annotation of embedaddon/lighttpd/doc/outdated/Makefile.am, revision 1.1
1.1 ! misho 1: DOCS=accesslog.txt \
! 2: authentication.txt \
! 3: cgi.txt \
! 4: compress.txt \
! 5: configuration.txt \
! 6: extforward.txt \
! 7: fastcgi-state.txt \
! 8: fastcgi.txt \
! 9: features.txt \
! 10: performance.txt \
! 11: plugins.txt \
! 12: proxy.txt \
! 13: redirect.txt \
! 14: rewrite.txt \
! 15: secdownload.txt \
! 16: security.txt \
! 17: simple-vhost.txt \
! 18: skeleton.txt \
! 19: ssi.txt \
! 20: ssl.txt \
! 21: state.txt \
! 22: rrdtool.txt \
! 23: alias.txt \
! 24: userdir.txt \
! 25: mysqlvhost.txt \
! 26: access.txt \
! 27: traffic-shaping.txt \
! 28: setenv.txt \
! 29: status.txt \
! 30: scgi.txt \
! 31: cml.txt \
! 32: trigger_b4_dl.txt \
! 33: webdav.txt \
! 34: expire.txt \
! 35: dirlisting.txt \
! 36: evhost.txt \
! 37: magnet.txt
! 38:
! 39: HTMLDOCS=accesslog.html \
! 40: authentication.html \
! 41: cgi.html \
! 42: compress.html \
! 43: configuration.html \
! 44: extforward.html \
! 45: fastcgi-state.html \
! 46: fastcgi.html \
! 47: features.html \
! 48: performance.html \
! 49: plugins.html \
! 50: proxy.html \
! 51: redirect.html \
! 52: rewrite.html \
! 53: secdownload.html \
! 54: security.html \
! 55: simple-vhost.html \
! 56: skeleton.html \
! 57: ssi.html \
! 58: ssl.html \
! 59: state.html \
! 60: rrdtool.html \
! 61: alias.html \
! 62: userdir.html \
! 63: mysqlvhost.html \
! 64: access.html \
! 65: traffic-shaping.html \
! 66: setenv.html \
! 67: status.html \
! 68: scgi.html \
! 69: cml.html \
! 70: trigger_b4_dl.html \
! 71: webdav.html \
! 72: expire.html \
! 73: dirlisting.html \
! 74: evhost.html \
! 75: magnet.html
! 76:
! 77: EXTRA_DIST= \
! 78: state.dot fastcgi-state.dot \
! 79: $(DOCS)
! 80:
! 81: .txt.html:
! 82: rst2html $^ > $@
! 83:
! 84:
! 85: html-local: $(HTMLDOCS)
! 86:
! 87: #%.ps.gz: %.ps
! 88: # gzip $^
! 89:
! 90: #%.ps: %.dot
! 91: # dot -Tps -o $@ $^
! 92:
! 93: clean-local:
! 94: rm -f *.html
! 95:
! 96:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>