diff options
Diffstat (limited to 'data/help/tips')
-rw-r--r-- | data/help/tips/15.txt | 2 | ||||
-rw-r--r-- | data/help/tips/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/help/tips/Makefile.am | 3 |
3 files changed, 5 insertions, 1 deletions
diff --git a/data/help/tips/15.txt b/data/help/tips/15.txt new file mode 100644 index 000000000..0e877ba7a --- /dev/null +++ b/data/help/tips/15.txt @@ -0,0 +1,2 @@ +<<You can do basic searching in help by using command +##2?text>> diff --git a/data/help/tips/CMakeLists.txt b/data/help/tips/CMakeLists.txt index dcbfcdf7e..44195aacb 100644 --- a/data/help/tips/CMakeLists.txt +++ b/data/help/tips/CMakeLists.txt @@ -15,6 +15,7 @@ SET(FILES 12.txt 13.txt 14.txt + 15.txt ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/tips) diff --git a/data/help/tips/Makefile.am b/data/help/tips/Makefile.am index 2972ef839..8551129b6 100644 --- a/data/help/tips/Makefile.am +++ b/data/help/tips/Makefile.am @@ -17,7 +17,8 @@ helptips_DATA = \ 11.txt \ 12.txt \ 13.txt \ - 14.txt + 14.txt \ + 15.txt EXTRA_DIST = \ $(helptips_DATA) \ |