summaryrefslogtreecommitdiff
path: root/help/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'help/CMakeLists.txt')
-rw-r--r--help/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/help/CMakeLists.txt b/help/CMakeLists.txt
new file mode 100644
index 00000000..82f61d54
--- /dev/null
+++ b/help/CMakeLists.txt
@@ -0,0 +1,12 @@
+SET(FILES
+ about.txt
+ changes.txt
+ commands.txt
+ header.txt
+ index.txt
+ skills.txt
+ support.txt
+ team.txt
+ )
+
+INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help)