diff options
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 |