From 3eeae12c498d1a4dbe969462d2ba841f77ee3ccb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Jan 2011 01:48:38 +0200 Subject: Initial commit. This code based on mana client http://www.gitorious.org/mana/mana and my private repository. --- data/help/CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/help/CMakeLists.txt (limited to 'data/help/CMakeLists.txt') diff --git a/data/help/CMakeLists.txt b/data/help/CMakeLists.txt new file mode 100644 index 000000000..82f61d54f --- /dev/null +++ b/data/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) -- cgit v1.2.3-60-g2f50