diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-08 18:54:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-08 19:24:06 +0300 |
commit | cdb60e5e537e7d23c1b33e3c7e2453e12a8bf9ce (patch) | |
tree | 84c6a1b6dd5a2d505834e53b6a020fee69baf06c /data/help/es/Makefile.am | |
parent | 11b2d40e987fa971ae146267ba79b4acdba5f1b1 (diff) | |
download | mv-cdb60e5e537e7d23c1b33e3c7e2453e12a8bf9ce.tar.gz mv-cdb60e5e537e7d23c1b33e3c7e2453e12a8bf9ce.tar.bz2 mv-cdb60e5e537e7d23c1b33e3c7e2453e12a8bf9ce.tar.xz mv-cdb60e5e537e7d23c1b33e3c7e2453e12a8bf9ce.zip |
Add spanish help translation.
Diffstat (limited to 'data/help/es/Makefile.am')
-rw-r--r-- | data/help/es/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/help/es/Makefile.am b/data/help/es/Makefile.am new file mode 100644 index 000000000..497b02cbe --- /dev/null +++ b/data/help/es/Makefile.am @@ -0,0 +1,18 @@ + +helpfrdir = $(pkgdatadir)/data/help/es + +helpfr_DATA = \ + about.txt \ + chatcommands.txt \ + commands.txt \ + header.txt \ + index.txt \ + skills.txt \ + support.txt \ + team.txt \ + teamtmw.txt \ + windows.txt + +EXTRA_DIST = \ + $(helpfr_DATA) \ + CMakeLists.txt |