New Doxyfile
[supertux.git] / Jamfile
diff --git a/Jamfile b/Jamfile
index 9509324..6aaabd6 100644 (file)
--- a/Jamfile
+++ b/Jamfile
@@ -1,17 +1,18 @@
 SubDir TOP ;
 
 # Decend into subdirs
-SubInclude TOP lib ;
+SubInclude TOP tools miniswig ;
 SubInclude TOP src ;
 SubInclude TOP data ;
 
 UseAutoconf ;
 
-# for now...
-Package [ Wildcard po : *.po *.in Changelog ] ;
-Package [ Wildcard intl : *.c *.h ChangeLog VERSION Makefile.in ] ;
-Package INSTALL NEWS README COPYING AUTHORS ChangeLog ABOUT-NLS depcomp 
-        install-sh mkinstalldirs missing ;
+# add some additional files to package
+Package INSTALL NEWS README COPYING AUTHORS ChangeLog ;
 
-Package Makefile.am src/Makefile.am lib/Makefile.am data/Makefile.am 
-            po/Makefile.in.in intl/Makefile.in ;
+MakePot data/locale/messages.pot : $(TRANSLATABLE_SOURCES) ;
+XGETTEXT_FLAGS on data/locale/messages.pot += --language=C++ ;
+
+InstallPixmap data/images/engine/icons/supertux.png data/images/engine/icons/supertux.xpm ;
+InstallDesktop supertux.desktop ;
+InstallDoc NEWS README COPYING AUTHORS ChangeLog ;