diff options
Diffstat (limited to 'data/help/Makefile.am')
-rw-r--r-- | data/help/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/help/Makefile.am b/data/help/Makefile.am new file mode 100644 index 00000000..1ddd7d11 --- /dev/null +++ b/data/help/Makefile.am @@ -0,0 +1,14 @@ + +helpdir = $(pkgdatadir)/data/help + +help_DATA = \ + accounts.txt \ + changes.txt \ + commands.txt \ + index.txt \ + skills.txt \ + support.txt \ + team.txt + +EXTRA_DIST = \ + $(help_DATA) |