1234567891011121314151617181920 |
- idxdir = $(pkgdatadir)/data/help/idx
- idx_DATA = \
- 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) \
- CMakeLists.txt
|