X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Jamfile;h=62ae5812bdb1997892a45056824ec379f6810b05;hb=ade819f400b71eef3b2bc4e4847fa040bc802bdb;hp=9ba5b9e6f0984752ec14fccad11231d8d7bbab9a;hpb=759b37ae65aac1db92b7166c76bed679b05b6376;p=supertux.git diff --git a/Jamfile b/Jamfile index 9ba5b9e6f..62ae5812b 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 @@ -10,9 +25,9 @@ UseAutoconf ; # add some additional files to package Package INSTALL NEWS README COPYING AUTHORS ChangeLog ; -MakePot basest/locale/messages.pot : $(TRANSLATABLE_SOURCES) ; -XGETTEXT_FLAGS on basest/locale/messages.pot += --language=C++ ; +MakePot data/locale/messages.pot : $(TRANSLATABLE_SOURCES) ; +XGETTEXT_FLAGS on data/locale/messages.pot += --language=C++ ; -InstallPixmap data/images/supertux.png basest/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 ;