summaryrefslogtreecommitdiff
path: root/doc/CMakeLists.txt
blob: f42521baa5146337577abbb2e3f6a91bb6d799d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
IF(NOT DOCDIR)
    SET(DOCDIR "share/doc/lighttpd")
ENDIF(NOT DOCDIR)

SET(L_DOCS 
	accesslog.txt
	access.txt
	alias.txt
	authentication.txt
	cgi.txt
	CMakeLists.txt
	compress.txt
	configuration.txt
	dirlisting.txt
	evhost.txt
	expire.txt
	features.txt
	performance.txt
	plugins.txt
	redirect.txt
	rewrite.txt
	rrdtool.txt
	secdownload.txt
	security.txt
	setenv.txt
	simple-vhost.txt
	skeleton.txt
	ssi.txt
	ssl.txt
	state.txt
	status.txt
	traffic-shaping.txt
	trigger_b4_dl.txt
	userdir.txt
	webdav.txt
)

INSTALL(FILES ${L_DOCS}
	DESTINATION ${DOCDIR})