install po files as well
authorMatthias Braun <matze@braunis.de>
Fri, 10 Dec 2004 23:44:23 +0000 (23:44 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 10 Dec 2004 23:44:23 +0000 (23:44 +0000)
SVN-Revision: 2253

data/Jamfile

index 35c4b51..923d1b8 100644 (file)
@@ -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) ;