add a dist target to jam
[supertux.git] / Jamfile
diff --git a/Jamfile b/Jamfile
index 49fb497..9509324 100644 (file)
--- a/Jamfile
+++ b/Jamfile
@@ -5,3 +5,13 @@ SubInclude TOP lib ;
 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 ;
+
+Package Makefile.am src/Makefile.am lib/Makefile.am data/Makefile.am 
+            po/Makefile.in.in intl/Makefile.in ;