diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-02 00:30:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-02 00:30:39 +0300 |
commit | 91737976634821cef7d1e373ac8bf7a7b2e95a69 (patch) | |
tree | 1e2fd85ed4d80a7dbeeb04dd142125d964d25036 /data/help/Makefile.am | |
parent | f0ee764c7fa5bb65b9756d82372bf98c5c1e4223 (diff) | |
download | plus-91737976634821cef7d1e373ac8bf7a7b2e95a69.tar.gz plus-91737976634821cef7d1e373ac8bf7a7b2e95a69.tar.bz2 plus-91737976634821cef7d1e373ac8bf7a7b2e95a69.tar.xz plus-91737976634821cef7d1e373ac8bf7a7b2e95a69.zip |
Remove from help change log. Add client authors.
Diffstat (limited to 'data/help/Makefile.am')
-rw-r--r-- | data/help/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/data/help/Makefile.am b/data/help/Makefile.am index 5abd27359..6f523e528 100644 --- a/data/help/Makefile.am +++ b/data/help/Makefile.am @@ -3,13 +3,15 @@ helpdir = $(pkgdatadir)/data/help help_DATA = \ about.txt \ - changes.txt \ + chatcommands.txt \ commands.txt \ header.txt \ index.txt \ skills.txt \ support.txt \ - team.txt + team.txt \ + teamtmw.txt \ + windows.txt EXTRA_DIST = \ $(help_DATA) \ |