diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-19 01:31:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-19 01:33:40 +0300 |
commit | e9c84384d8d0e5b91678eb4722ae30bd3693703f (patch) | |
tree | 6f30e3d8500f9b0c4620a6c5393df498a04c0a0c /data/help/tips/Makefile.am | |
parent | 0a068a5f08b1805d5b385b8f81aaf3c7199bff06 (diff) | |
download | plus-e9c84384d8d0e5b91678eb4722ae30bd3693703f.tar.gz plus-e9c84384d8d0e5b91678eb4722ae30bd3693703f.tar.bz2 plus-e9c84384d8d0e5b91678eb4722ae30bd3693703f.tar.xz plus-e9c84384d8d0e5b91678eb4722ae30bd3693703f.zip |
Add help search commands (?text).
Example:
?warps
It will open help page about warps.
Diffstat (limited to 'data/help/tips/Makefile.am')
-rw-r--r-- | data/help/tips/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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) \ |