aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-24 23:58:52 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-25 00:04:28 +0200
commitada833a009e5a48548b879256b86fc9b2a04437a (patch)
treec75bb8e88cd4d916a8d7d41a61347c7ae1c40c9a /CMakeLists.txt
parent924617e1ced9fafd7cf723e104545d4852674da9 (diff)
downloadlogdiag-ada833a009e5a48548b879256b86fc9b2a04437a.tar.gz
logdiag-ada833a009e5a48548b879256b86fc9b2a04437a.tar.xz
logdiag-ada833a009e5a48548b879256b86fc9b2a04437a.zip
Abandon AsciiDoc in favor of plain HTML
It is very difficult to set up Python or Ruby on Windows XP. Simple HTML works better, everywhere, it covers all our needs, and it isn't any harder to write. This documentation is now installed.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5f41312..6a83039 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -390,6 +390,7 @@ else (WIN32)
install (FILES LICENSE NEWS DESTINATION share/doc/${PROJECT_NAME})
endif (WIN32)
+install (DIRECTORY docs/user-guide DESTINATION share/doc/${PROJECT_NAME})
install (DIRECTORY share/gui share/library DESTINATION share/${PROJECT_NAME})
install (FILES ${GSETTINGS_SCHEMAS} DESTINATION share/glib-2.0/schemas)
install (CODE " # DESTDIR is not in use on Windows (WIN32 is only native here!)