8fd3e1f036
(but it is not installed). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1872 178a84e3-b1eb-0310-8ba1-8eac791a3b58
10 lines
273 B
Makefile
10 lines
273 B
Makefile
# data/po/
|
|
|
|
pkgdatadir = $(datadir)/games/@PACKAGE@/data/po
|
|
|
|
nobase_pkgdata_DATA = $(shell find $(srcdir) -name "*.po") \
|
|
$(shell find $(srcdir) -name "*.mo") \
|
|
supertuxkart.pot
|
|
|
|
EXTRA_DIST = $(nobase_pkgdata_DATA) update_pot.sh
|