From aeee0bb32ac0478d7be976fc79d8bc3f566d2a66 Mon Sep 17 00:00:00 2001 From: Julie Marchant Date: Tue, 23 Jul 2019 12:40:08 -0400 Subject: [PATCH] Fixed a problem with make install on locale folder. --- Makefile.am | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 855b05e..03a21ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,16 @@ SUBDIRS = src misc dist_doc_DATA = README.txt COPYING LICENSES -nobase_dist_pkgdata_DATA = data/* gfx/* music/* sound/* locale/* + +# WHEN ADDING TRANSLATIONS: Please append all new gettext file names +# here (both the .po file and the .mo file). This insures the +# translation is both distributed and installed properly. +nobase_dist_pkgdata_DATA = data/* gfx/* music/* sound/* \ + locale/build.py \ + locale/genpot.sh \ + locale/pr-starfighter.pot \ + locale/en.po \ + locale/en/LC_MESSAGES/pr-starfighter.mo + EXTRA_DIST = starfighter.sh win32build.sh misc