Reverted to multi-tile forest map, cleaned up map castle, removed older level testing...
[supertux.git] / Jamfile
diff --git a/Jamfile b/Jamfile
index 6aaabd6..426b91d 100644 (file)
--- 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,7 +26,7 @@ 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/engine/icons/supertux.png data/images/engine/icons/supertux.xpm ;
 InstallDesktop supertux.desktop ;