X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Jamfile;h=ec5e8a1154967181e7322ef6260e0920e3c6966b;hb=2372c6d4fde7294ee00166df07e803af1655f5ef;hp=49fb49739ff4201621c3fa190dda02d5e3ea4856;hpb=6fe1f3519eecbbb75eca97c45a6697eee36b2442;p=supertux.git diff --git a/Jamfile b/Jamfile index 49fb49739..ec5e8a115 100644 --- a/Jamfile +++ b/Jamfile @@ -1,7 +1,19 @@ SubDir TOP ; -# Decend into subdirs -SubInclude TOP lib ; +# Descend into subdirs +if ! $(RELEASE) { + SubInclude TOP tools miniswig ; +} SubInclude TOP src ; SubInclude TOP data ; +UseAutoconf ; + +MakePot data/locale/messages.pot : $(TRANSLATABLE_SOURCES) ; +XGETTEXT_FLAGS on data/locale/messages.pot += -k_ -C --sort-by-file ; + +InstallPixmap data/images/engine/icons/supertux.png data/images/engine/icons/supertux.xpm ; +InstallDesktop supertux.desktop ; +InstallDoc INSTALL README COPYING WHATSNEW.txt ; +Package INSTALL README COPYING WHATSNEW.txt ; +