X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Jamfile;h=3c40e4a42918e5387f21e9ea758d50a2ad00398f;hb=8b3aece579ace01b76032de15f9a885cf81e9051;hp=49fb49739ff4201621c3fa190dda02d5e3ea4856;hpb=6fe1f3519eecbbb75eca97c45a6697eee36b2442;p=supertux.git diff --git a/Jamfile b/Jamfile index 49fb49739..3c40e4a42 100644 --- a/Jamfile +++ b/Jamfile @@ -1,7 +1,18 @@ SubDir TOP ; # Decend into subdirs -SubInclude TOP lib ; +SubInclude TOP tools miniswig ; SubInclude TOP src ; SubInclude TOP data ; +UseAutoconf ; + +# add some additional files to package +Package INSTALL NEWS README COPYING AUTHORS ChangeLog ; + +MakePot data/locale/messages.pot : $(TRANSLATABLE_SOURCES) ; +XGETTEXT_FLAGS on data/locale/messages.pot += --language=C++ ; + +InstallPixmap data/images/supertux.png data/images/supertux.xpm ; +InstallDesktop supertux.desktop ; +InstallDoc NEWS README COPYING AUTHORS ChangeLog ;