2017-01-26 23:27:55 +01:00
|
|
|
# This file has been dedicated to the public domain, to the extent
|
|
|
|
# possible under applicable law, via CC0. See
|
|
|
|
# http://creativecommons.org/publicdomain/zero/1.0/ for more
|
|
|
|
# information. This file is offered as-is, without any warranty.
|
|
|
|
|
2017-02-06 18:20:15 +01:00
|
|
|
SUBDIRS = src misc
|
2017-01-26 23:27:55 +01:00
|
|
|
|
2019-06-30 16:26:08 +02:00
|
|
|
dist_doc_DATA = README.txt COPYING LICENSES
|
2019-07-23 18:40:08 +02:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2019-07-21 04:02:23 +02:00
|
|
|
EXTRA_DIST = starfighter.sh win32build.sh misc
|
2019-07-07 20:47:57 +02:00
|
|
|
|