X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Jamfile;h=426b91db981ed67cdbdf35ab102d1643810bf739;hb=cc66a363cb7a39d806976eced39feb2035a48a3e;hp=9ba5b9e6f0984752ec14fccad11231d8d7bbab9a;hpb=759b37ae65aac1db92b7166c76bed679b05b6376;p=supertux.git diff --git a/Jamfile b/Jamfile index 9ba5b9e6f..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 @@ -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 += -k_ -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 ;