diff options
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) \ |