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/Makefile.am | |
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/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 b83c4830b..929228dc5 100644 --- a/data/help/Makefile.am +++ b/data/help/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = tips +SUBDIRS = idx tips helpdir = $(pkgdatadir)/data/help @@ -18,7 +18,6 @@ help_DATA = \ searchnotfound.txt \ skills.txt \ support.txt \ - tags.idx \ team.txt \ windows.txt |