diff options
Diffstat (limited to 'data/help/idx/Makefile.am')
-rw-r--r-- | data/help/idx/Makefile.am | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/data/help/idx/Makefile.am b/data/help/idx/Makefile.am index 001e68707..fd9119f4c 100644 --- a/data/help/idx/Makefile.am +++ b/data/help/idx/Makefile.am @@ -1,7 +1,18 @@ idxdir = $(pkgdatadir)/data/help/idx idx_DATA = \ - tags.idx + about-tmw.idx \ + about.idx \ + chatcommands.idx \ + chatguild.idx \ + chatparty.idx \ + download.idx \ + index.idx \ + otherteam.idx \ + skills.idx \ + support.idx \ + tags.idx \ + team.idx EXTRA_DIST = \ $(idx_DATA) \ |