stk-code_catmod/data/po/Makefile.am
hikerstk 8fd3e1f036 Added update_pot.sh to the files to distribute in make dist-*
(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
2008-05-12 03:33:46 +00:00

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