renamed some money to jumpy
[supertux.git] / Jamfile
diff --git a/Jamfile b/Jamfile
index 3c3fab3..62ae581 100644 (file)
--- a/Jamfile
+++ b/Jamfile
@@ -1,7 +1,22 @@
+# 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 lib ;
+SubInclude TOP tools miniswig ;
 SubInclude TOP src ;
 SubInclude TOP data ;
 
@@ -13,6 +28,6 @@ Package INSTALL NEWS README COPYING AUTHORS ChangeLog ;
 MakePot data/locale/messages.pot : $(TRANSLATABLE_SOURCES) ;
 XGETTEXT_FLAGS on data/locale/messages.pot += --language=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 ;