summaryrefslogtreecommitdiff
path: root/data/help/Makefile.am
diff options
context:
space:
mode:
authorJosé Ávila <linux@javila.net>2005-06-02 16:10:34 +0000
committerJosé Ávila <linux@javila.net>2005-06-02 16:10:34 +0000
commite0da83ae7336be5da0ea11b30827782b8e8660d7 (patch)
tree568c1c4b0acf289d1e762a5f0379c6918b8960ca /data/help/Makefile.am
parent108efd1050c8510e6dec69b40f7c0539d7a36682 (diff)
downloadmana-client-e0da83ae7336be5da0ea11b30827782b8e8660d7.tar.gz
mana-client-e0da83ae7336be5da0ea11b30827782b8e8660d7.tar.bz2
mana-client-e0da83ae7336be5da0ea11b30827782b8e8660d7.tar.xz
mana-client-e0da83ae7336be5da0ea11b30827782b8e8660d7.zip
In game help system files
Diffstat (limited to 'data/help/Makefile.am')
-rw-r--r--data/help/Makefile.am14
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)