X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Jamfile;h=7d87bfc3f21858e3ed36e694728669d1a840fc0c;hb=959f514b78262ae6b276821bc61864fa6967b97c;hp=7d28f494f61a406d54981ac2c524874958b3f020;hpb=561d285b2ea0fc084f54ef62b1f9c9d65a4877c8;p=supertux.git diff --git a/Jamfile b/Jamfile index 7d28f494f..7d87bfc3f 100644 --- a/Jamfile +++ b/Jamfile @@ -1,22 +1,9 @@ -# 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 ; @@ -27,6 +14,6 @@ XGETTEXT_FLAGS on data/locale/messages.pot += -k_ -C ; InstallPixmap data/images/engine/icons/supertux.png data/images/engine/icons/supertux.xpm ; InstallDesktop supertux.desktop ; -InstallDoc INSTALL README COPYING ; -Package INSTALL README COPYING ; +InstallDoc INSTALL README COPYING WHATSNEW.txt ; +Package INSTALL README COPYING WHATSNEW.txt ;