1 # warning for people who try jam install
4 echo "****************************************************************"
5 echo "* WARNING: Installation is currently broken *"
6 echo "* Please start the game directly from source directory instead *"
7 echo "****************************************************************"
11 InstallWarning installwarning ;
12 Always installwarning ;
13 Depends install : installwarning ;
19 SubInclude TOP tools miniswig ;
25 # add some additional files to package
26 Package INSTALL NEWS README COPYING AUTHORS ChangeLog ;
28 MakePot data/locale/messages.pot : $(TRANSLATABLE_SOURCES) ;
29 XGETTEXT_FLAGS on data/locale/messages.pot += -k_ -C ;
31 InstallPixmap data/images/engine/icons/supertux.png data/images/engine/icons/supertux.xpm ;
32 InstallDesktop supertux.desktop ;
33 InstallDoc NEWS README COPYING AUTHORS ChangeLog ;