X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Jamfile;h=4301dd19e7bef894ea6b6fbe95a0c84dc6218373;hb=2b6cd4d1dab30b8a02ca9bc8a7f51befaf44baa6;hp=426b91db981ed67cdbdf35ab102d1643810bf739;hpb=65839a887c235c6f0544a314f778f2fe4e256a41;p=supertux.git diff --git a/Jamfile b/Jamfile index 426b91db9..4301dd19e 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 NEWS README COPYING AUTHORS ChangeLog ; - 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 ; +InstallDesktop supertux2.desktop ; +InstallDoc INSTALL README COPYING WHATSNEW.txt ; +Package INSTALL README COPYING WHATSNEW.txt ; +