diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-25 21:13:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-25 21:13:17 +0300 |
commit | 64f2b2ad95684d871034a14c5af9a0650660db2b (patch) | |
tree | 61f9555becbf31d74ca7753c76bc84f9b32327b9 /data/help/idx | |
parent | 56cea96ce8e45ac690ce755c856bcb70a202009d (diff) | |
download | plus-64f2b2ad95684d871034a14c5af9a0650660db2b.tar.gz plus-64f2b2ad95684d871034a14c5af9a0650660db2b.tar.bz2 plus-64f2b2ad95684d871034a14c5af9a0650660db2b.tar.xz plus-64f2b2ad95684d871034a14c5af9a0650660db2b.zip |
Add support for multiple help index files.
Diffstat (limited to 'data/help/idx')
-rw-r--r-- | data/help/idx/CMakeLists.txt | 5 | ||||
-rw-r--r-- | data/help/idx/Makefile.am | 8 | ||||
-rw-r--r-- | data/help/idx/tags.idx | 15 |
3 files changed, 28 insertions, 0 deletions
diff --git a/data/help/idx/CMakeLists.txt b/data/help/idx/CMakeLists.txt new file mode 100644 index 000000000..321eb8318 --- /dev/null +++ b/data/help/idx/CMakeLists.txt @@ -0,0 +1,5 @@ +SET(FILES + tags.idx + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/idx) diff --git a/data/help/idx/Makefile.am b/data/help/idx/Makefile.am new file mode 100644 index 000000000..001e68707 --- /dev/null +++ b/data/help/idx/Makefile.am @@ -0,0 +1,8 @@ +idxdir = $(pkgdatadir)/data/help/idx + +idx_DATA = \ + tags.idx + +EXTRA_DIST = \ + $(idx_DATA) \ + CMakeLists.txt diff --git a/data/help/idx/tags.idx b/data/help/idx/tags.idx new file mode 100644 index 000000000..12f3d8477 --- /dev/null +++ b/data/help/idx/tags.idx @@ -0,0 +1,15 @@ +about|about +about|about manaplus +about|manaplus about +about|manaplus +chatcommands|chat +chatcommands|commands +chatcommands|chat commands +chatcommands|chat command +skills|skills +index|index +team|team +tips/12|warp +tips/12|warps +tips/16|download +tips/16|downloads |