13 images/shared/smalltux
21 for p in $(IMAGEPATHS) {
23 [ Wildcard $(p) : *.png *.jpg *.xpm *.strf *.ico *.stgt *.stwt ]
37 for p in $(LEVELPATHS) {
38 InstallData [ Wildcard $(p) : info *.stl *.stwm *.txt *.po ] : $(p) ;
40 local translatable_lisp = [ Wildcard $(p) : info *.stl *.stwm *.txt ] ;
41 SEARCH on $(translatable_lisp) = $(SEARCH_SOURCE) ;
42 MakePot $(SUBDIR)/$(p)/messages.pot : $(translatable_lisp) ;
43 XGETTEXT_FLAGS on $(SUBDIR)/$(p)/messages.pot += --language=Lisp ;
45 InstallData [ Wildcard *.txt ] ;
46 InstallData [ Wildcard music : *.mod *.ogg ] : music ;
47 InstallData [ Wildcard sound : *.wav ] : sound ;
48 InstallData [ Wildcard locale : *.po ] : locale ;