diff options
author | José Ávila <linux@javila.net> | 2005-06-02 16:10:34 +0000 |
---|---|---|
committer | José Ávila <linux@javila.net> | 2005-06-02 16:10:34 +0000 |
commit | eeed6c31b66dcddc8526cdb912087bf85af46e8f (patch) | |
tree | 67f78718cf33d8b3583269895f8a6a3ced83dd15 /help/Makefile.am | |
parent | d2530b926d8d8f509419c36bafd2eabf42310c80 (diff) | |
download | clientdata-eeed6c31b66dcddc8526cdb912087bf85af46e8f.tar.gz clientdata-eeed6c31b66dcddc8526cdb912087bf85af46e8f.tar.bz2 clientdata-eeed6c31b66dcddc8526cdb912087bf85af46e8f.tar.xz clientdata-eeed6c31b66dcddc8526cdb912087bf85af46e8f.zip |
In game help system files
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am new file mode 100644 index 00000000..1ddd7d11 --- /dev/null +++ b/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) |