diff options
author | Stefan Dombrowski <stefan@uni-bonn.de> | 2010-10-13 11:11:03 +0200 |
---|---|---|
committer | Stefan Dombrowski <stefan@uni-bonn.de> | 2010-10-13 11:11:03 +0200 |
commit | 10d32e687d49e69dbf7ee9cff9a2e52a832326ab (patch) | |
tree | cf460c0f697c59ab9e6813666613ea7a44e9331f /data/help/Makefile.am | |
parent | 55b10186e4a2ae7f5f1021041a10a3d20502b588 (diff) | |
download | mana-10d32e687d49e69dbf7ee9cff9a2e52a832326ab.tar.gz mana-10d32e687d49e69dbf7ee9cff9a2e52a832326ab.tar.bz2 mana-10d32e687d49e69dbf7ee9cff9a2e52a832326ab.tar.xz mana-10d32e687d49e69dbf7ee9cff9a2e52a832326ab.zip |
Updating F1-help
Based on Bertram's start some more updates to the F1-help.
The team page was removed, because the last update was done in
March 2006 and no one volunteered to write a new one.
TODO: Improvements can be done during the beta test. A team list
can be added if someone wants to do it.
This resolves http://bugs.manasource.org/view.php?id=210
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 5abd2735..f070fc39 100644 --- a/data/help/Makefile.am +++ b/data/help/Makefile.am @@ -7,9 +7,8 @@ help_DATA = \ commands.txt \ header.txt \ index.txt \ - skills.txt \ support.txt \ - team.txt + windows.txt EXTRA_DIST = \ $(help_DATA) \ |