[Super-tux-commit] supertux/data Jamfile,1.5,1.6
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-12-10 23:44:34
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12520/data Modified Files: Jamfile Log Message: install po files as well Index: Jamfile =================================================================== RCS file: /cvsroot/super-tux/supertux/data/Jamfile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Jamfile 5 Dec 2004 16:57:09 -0000 1.5 +++ Jamfile 10 Dec 2004 23:44:23 -0000 1.6 @@ -35,7 +35,7 @@ ; 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) ; |