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