diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-26 17:48:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-26 17:48:04 +0300 |
commit | 4a6e5d83cd39dfde59d273b9be79cd76c685a8e9 (patch) | |
tree | 411e13d59a7ea845969ba32436c5e4375cd8d8c0 /data/help/idx/Makefile.am | |
parent | 57253026ddfa8acdca3a6b8d82c9e803f35655ec (diff) | |
download | manaplus-4a6e5d83cd39dfde59d273b9be79cd76c685a8e9.tar.gz manaplus-4a6e5d83cd39dfde59d273b9be79cd76c685a8e9.tar.bz2 manaplus-4a6e5d83cd39dfde59d273b9be79cd76c685a8e9.tar.xz manaplus-4a6e5d83cd39dfde59d273b9be79cd76c685a8e9.zip |
Split search index to many files, add some more search keywords.
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) \ |