diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-18 03:14:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-18 03:14:05 +0300 |
commit | 647c8b3bfa19f89c9524a7c74f6f599c37e79a10 (patch) | |
tree | 0b6b25c98bcd3610c94d38998a77ddb56435d0de /data/help/fr/Makefile.am | |
parent | 74d12df575b7d2cf7e95407df80dbb699ca9806e (diff) | |
download | plus-647c8b3bfa19f89c9524a7c74f6f599c37e79a10.tar.gz plus-647c8b3bfa19f89c9524a7c74f6f599c37e79a10.tar.bz2 plus-647c8b3bfa19f89c9524a7c74f6f599c37e79a10.tar.xz plus-647c8b3bfa19f89c9524a7c74f6f599c37e79a10.zip |
Move help translations to simple language dirs.
Diffstat (limited to 'data/help/fr/Makefile.am')
-rw-r--r-- | data/help/fr/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/help/fr/Makefile.am b/data/help/fr/Makefile.am new file mode 100644 index 000000000..2b4fd75f9 --- /dev/null +++ b/data/help/fr/Makefile.am @@ -0,0 +1,18 @@ + +helpfrdir = $(pkgdatadir)/data/help/fr + +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 |