diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-06-03 12:01:56 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-06-03 12:01:56 +0000 |
commit | cbec2c19e81c0f5098c09cd5695c89ee8f03de35 (patch) | |
tree | e1a522cc4da0032e80cb8110cfd4c128626d9e77 /data/help/Makefile.am | |
parent | 722c13f23561bc99dc6edecfb5ac76d704cb495e (diff) | |
download | mana-cbec2c19e81c0f5098c09cd5695c89ee8f03de35.tar.gz mana-cbec2c19e81c0f5098c09cd5695c89ee8f03de35.tar.bz2 mana-cbec2c19e81c0f5098c09cd5695c89ee8f03de35.tar.xz mana-cbec2c19e81c0f5098c09cd5695c89ee8f03de35.zip |
A few cosmetic updates to help, and removed accounts help as that is outdated
information.
Diffstat (limited to 'data/help/Makefile.am')
-rw-r--r-- | data/help/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/help/Makefile.am b/data/help/Makefile.am index 1ddd7d11..4c52f26c 100644 --- a/data/help/Makefile.am +++ b/data/help/Makefile.am @@ -2,9 +2,8 @@ helpdir = $(pkgdatadir)/data/help help_DATA = \ - accounts.txt \ changes.txt \ - commands.txt \ + commands.txt \ index.txt \ skills.txt \ support.txt \ |