X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=data%2FJamfile;h=5449b7bff39678c84d710025156f2e82982dff9e;hb=0c24c5152b90f33c4995a129404b51bf743f59c8;hp=3a387392f1e92669e1904f9c06407013e6d97134;hpb=3364223e2ff9e7c4ea784ea065d5c53e223e51c8;p=supertux.git diff --git a/data/Jamfile b/data/Jamfile index 3a387392f..5449b7bff 100644 --- a/data/Jamfile +++ b/data/Jamfile @@ -47,7 +47,7 @@ for p in $(LEVELPATHS) { XGETTEXT_FLAGS on $(SUBDIR)/$(p)/messages.pot += --keyword='_:1' --language=Lisp --sort-by-file ; } InstallData [ Wildcard *.txt *.po ] ; -InstallData [ Wildcard music : *.ogg ] : music ; +InstallData [ Wildcard music : *.ogg *.music ] : music ; InstallData [ Wildcard scripts : *.nut ] : scripts ; InstallData [ Wildcard speech : *.ogg ] : speech ; InstallData [ Wildcard sounds : *.wav *.ogg ] : sounds ;