summaryrefslogtreecommitdiff
path: root/doc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r--doc/CMakeLists.txt39
1 files changed, 0 insertions, 39 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
deleted file mode 100644
index f42521ba..00000000
--- a/doc/CMakeLists.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-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})