X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=Jamfile;h=ec5e8a1154967181e7322ef6260e0920e3c6966b;hb=ad961cb86ef28feed73e1f524fda692ed58d4e5e;hp=83679bece8b3e43a384aee55003592e7901002db;hpb=fb38d5040a2c1ceba93569931fdf145d7683a1c6;p=supertux.git diff --git a/Jamfile b/Jamfile index 83679bece..ec5e8a115 100644 --- a/Jamfile +++ b/Jamfile @@ -1,33 +1,19 @@ -# warning for people who try jam install -actions InstallWarning -{ - echo "****************************************************************" - echo "* WARNING: Installation is currently broken *" - echo "* Please start the game directly from source directory instead *" - echo "****************************************************************" - sleep 5 -} - -InstallWarning installwarning ; -Always installwarning ; -Depends install : installwarning ; - - SubDir TOP ; -# Decend into subdirs -SubInclude TOP tools miniswig ; +# Descend into subdirs +if ! $(RELEASE) { + SubInclude TOP tools miniswig ; +} SubInclude TOP src ; SubInclude TOP data ; UseAutoconf ; -# add some additional files to package -Package INSTALL README COPYING ; - MakePot data/locale/messages.pot : $(TRANSLATABLE_SOURCES) ; -XGETTEXT_FLAGS on data/locale/messages.pot += -k_ -C ; +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 NEWS README COPYING AUTHORS ChangeLog ; +InstallDoc INSTALL README COPYING WHATSNEW.txt ; +Package INSTALL README COPYING WHATSNEW.txt ; +