X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Jamfile;h=426b91db981ed67cdbdf35ab102d1643810bf739;hb=e78e022eda375506f0e269b073fafd656e55ed66;hp=3c40e4a42918e5387f21e9ea758d50a2ad00398f;hpb=50f66df6637d33ed6fa918e01a05c77ff8f1c258;p=supertux.git diff --git a/Jamfile b/Jamfile index 3c40e4a42..426b91db9 100644 --- a/Jamfile +++ b/Jamfile @@ -1,3 +1,18 @@ +# 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 @@ -11,8 +26,8 @@ UseAutoconf ; Package INSTALL NEWS README COPYING AUTHORS ChangeLog ; MakePot data/locale/messages.pot : $(TRANSLATABLE_SOURCES) ; -XGETTEXT_FLAGS on data/locale/messages.pot += --language=C++ ; +XGETTEXT_FLAGS on data/locale/messages.pot += -k_ -C ; -InstallPixmap data/images/supertux.png data/images/supertux.xpm ; +InstallPixmap data/images/engine/icons/supertux.png data/images/engine/icons/supertux.xpm ; InstallDesktop supertux.desktop ; InstallDoc NEWS README COPYING AUTHORS ChangeLog ;