Changeset 1813

Show
Ignore:
Timestamp:
04/20/2007 01:15:59 PM (18 months ago)
Author:
darix
Message:

- make docdir configurable and let it default to share/doc/lighttpd instead of share

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/CMakeLists.txt

    r1483 r1813  
     1IF(NOT DOCDIR) 
     2    SET(DOCDIR "share/doc/lighttpd") 
     3ENDIF(NOT DOCDIR) 
     4 
    15SET(L_DOCS  
    26        accesslog.txt 
     
    3943 
    4044INSTALL(FILES ${L_DOCS} 
    41         DESTINATION share) 
     45        DESTINATION ${DOCDIR})