X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Jamfile;h=4301dd19e7bef894ea6b6fbe95a0c84dc6218373;hb=d165505c6d9eca74549a7182ca6557a094f709b0;hp=95093248b047a5510e5d946c6a361640135eef3c;hpb=6c3a5307b87bc3fff19e819281cf2b87a2b5010b;p=supertux.git diff --git a/Jamfile b/Jamfile index 95093248b..4301dd19e 100644 --- a/Jamfile +++ b/Jamfile @@ -1,17 +1,19 @@ SubDir TOP ; -# Decend into subdirs -SubInclude TOP lib ; +# Descend into subdirs +if ! $(RELEASE) { + 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 ; +MakePot data/locale/messages.pot : $(TRANSLATABLE_SOURCES) ; +XGETTEXT_FLAGS on data/locale/messages.pot += -k_ -C --sort-by-file ; + +InstallPixmap data/images/engine/icons/supertux.png data/images/engine/icons/supertux.xpm ; +InstallDesktop supertux2.desktop ; +InstallDoc INSTALL README COPYING WHATSNEW.txt ; +Package INSTALL README COPYING WHATSNEW.txt ; -Package Makefile.am src/Makefile.am lib/Makefile.am data/Makefile.am - po/Makefile.in.in intl/Makefile.in ;