X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2FJamfile;h=923d1b831ebb70bcde3e8a0262f9e0dea53aa14d;hb=137c4c25840c36661c8b68b8eaba77afccd76199;hp=50f5115de02eb78bad1dbed213734966933f648a;hpb=3e1ea65bfa3cf450b9c7207831d9403a2c0f9101;p=supertux.git diff --git a/data/Jamfile b/data/Jamfile index 50f5115de..923d1b831 100644 --- a/data/Jamfile +++ b/data/Jamfile @@ -35,9 +35,9 @@ LEVELPATHS = ; for p in $(LEVELPATHS) { - InstallData [ Wildcard $(p) : info *.stl *.stwm ] : $(p) ; + InstallData [ Wildcard $(p) : info *.stl *.stwm *.txt *.po ] : $(p) ; - local translatable_lisp = [ Wildcard $(p) : info *.stl *.stwm ] ; + local translatable_lisp = [ Wildcard $(p) : info *.stl *.stwm *.txt ] ; SEARCH on $(translatable_lisp) = $(SEARCH_SOURCE) ; MakePot $(SUBDIR)/$(p)/messages.pot : $(translatable_lisp) ; XGETTEXT_FLAGS on $(SUBDIR)/$(p)/messages.pot += --language=Lisp ;