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