summaryrefslogtreecommitdiff
path: root/doc/html/CMakeLists.txt
blob: 6ac1e116bdcd250bcf310aaaa320cfe29fe03d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
add_subdirectory(images)

install(FILES
    changelog.html
    developers.html
    documentation.html
    documentation_bugs.html
    documentation_example_code.html
    documentation_format_overview.html
    documentation_tools.html
    documentation_tools_flac.html
    documentation_tools_metaflac.html
    faq.html
    favicon.ico
    features.html
    flac.css
    format.html
    id.html
    index.html
    license.html
    ogg_mapping.html
DESTINATION "${CMAKE_INSTALL_DOCDIR}/html")