diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-18 02:48:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-18 02:48:30 +0300 |
commit | 4a83474614ed67349b83c742b8498937b2e190e7 (patch) | |
tree | 5f3c931b25ee24d68dfd769a2fb8980470bfa315 /data/help/fr_FR/Makefile.am | |
parent | 34f4d5891c1a564c2ee64c7ef0a31b90124c06ae (diff) | |
download | manaplus-4a83474614ed67349b83c742b8498937b2e190e7.tar.gz manaplus-4a83474614ed67349b83c742b8498937b2e190e7.tar.bz2 manaplus-4a83474614ed67349b83c742b8498937b2e190e7.tar.xz manaplus-4a83474614ed67349b83c742b8498937b2e190e7.zip |
Add french help translation by Jumpy.
Diffstat (limited to 'data/help/fr_FR/Makefile.am')
-rw-r--r-- | data/help/fr_FR/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/help/fr_FR/Makefile.am b/data/help/fr_FR/Makefile.am new file mode 100644 index 000000000..412a58de4 --- /dev/null +++ b/data/help/fr_FR/Makefile.am @@ -0,0 +1,18 @@ + +helpfrFRdir = $(pkgdatadir)/data/help/fr_FR + +helpfrFR_DATA = \ + about.txt \ + chatcommands.txt \ + commands.txt \ + header.txt \ + index.txt \ + skills.txt \ + support.txt \ + team.txt \ + teamtmw.txt \ + windows.txt + +EXTRA_DIST = \ + $(helpfrFR_DATA) \ + CMakeLists.txt |