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 | e0da83ae7336be5da0ea11b30827782b8e8660d7 (patch) | |
tree | 568c1c4b0acf289d1e762a5f0379c6918b8960ca /data/help/Makefile.am | |
parent | 108efd1050c8510e6dec69b40f7c0539d7a36682 (diff) | |
download | mana-e0da83ae7336be5da0ea11b30827782b8e8660d7.tar.gz mana-e0da83ae7336be5da0ea11b30827782b8e8660d7.tar.bz2 mana-e0da83ae7336be5da0ea11b30827782b8e8660d7.tar.xz mana-e0da83ae7336be5da0ea11b30827782b8e8660d7.zip |
In game help system files
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) |