From: Matthias Braun Date: Fri, 10 Dec 2004 23:44:23 +0000 (+0000) Subject: install po files as well X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;ds=sidebyside;h=a5e66c8aec9b24595006c52499c926807cc7118b;p=supertux.git install po files as well SVN-Revision: 2253 --- diff --git a/data/Jamfile b/data/Jamfile index 35c4b5143..923d1b831 100644 --- a/data/Jamfile +++ b/data/Jamfile @@ -35,7 +35,7 @@ LEVELPATHS = ; for p in $(LEVELPATHS) { - InstallData [ Wildcard $(p) : info *.stl *.stwm *.txt ] : $(p) ; + InstallData [ Wildcard $(p) : info *.stl *.stwm *.txt *.po ] : $(p) ; local translatable_lisp = [ Wildcard $(p) : info *.stl *.stwm *.txt ] ; SEARCH on $(translatable_lisp) = $(SEARCH_SOURCE) ;