summaryrefslogtreecommitdiff
path: root/data/help
diff options
context:
space:
mode:
Diffstat (limited to 'data/help')
-rw-r--r--data/help/tips/CMakeLists.txt3
-rw-r--r--data/help/tips/Makefile.am5
2 files changed, 7 insertions, 1 deletions
diff --git a/data/help/tips/CMakeLists.txt b/data/help/tips/CMakeLists.txt
index 44195aacb..e779e8f5b 100644
--- a/data/help/tips/CMakeLists.txt
+++ b/data/help/tips/CMakeLists.txt
@@ -16,6 +16,9 @@ SET(FILES
13.txt
14.txt
15.txt
+ 16.txt
+ 17.txt
+ 18.txt
)
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/tips)
diff --git a/data/help/tips/Makefile.am b/data/help/tips/Makefile.am
index 8551129b6..f1fa9b4f0 100644
--- a/data/help/tips/Makefile.am
+++ b/data/help/tips/Makefile.am
@@ -18,7 +18,10 @@ helptips_DATA = \
12.txt \
13.txt \
14.txt \
- 15.txt
+ 15.txt \
+ 16.txt \
+ 17.txt \
+ 18.txt
EXTRA_DIST = \
$(helptips_DATA) \