1SUBDIRS = idx tips 2 3helpdir = $(pkgdatadir)/data/help 4 5help_DATA = \ 6 about.txt \ 7 chatcommands.txt \ 8 chatguild.txt \ 9 chatparty.txt \ 10 commands.txt \ 11 download.txt \ 12 footer.txt \ 13 header.txt \ 14 index.txt \ 15 otherteam.txt \ 16 searchmany.txt \ 17 searchnotfound.txt \ 18 skills.txt \ 19 support.txt \ 20 team.txt \ 21 windows.txt 22 23EXTRA_DIST = \ 24 $(help_DATA) \ 25 CMakeLists.txt 26