X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Jamfile;h=3c40e4a42918e5387f21e9ea758d50a2ad00398f;hb=137c4c25840c36661c8b68b8eaba77afccd76199;hp=4227a37a805871ed197cbaf80008086ea4c75871;hpb=162277a72c939ea7261f4897ed371a7ce67c9ac5;p=supertux.git diff --git a/Jamfile b/Jamfile index 4227a37a8..3c40e4a42 100644 --- a/Jamfile +++ b/Jamfile @@ -1,26 +1,7 @@ SubDir TOP ; -if $(XGETTEXT) != "" -{ - actions XGetText - { - $(XGETTEXT) $(XGETTEXT_FLAGS) --keyword='_:1' -o $(<) $(>) - } - rule MakePot - { - if $(>) { - XGetText $(<) : $(>) ; - Depends $(<) : $(>) ; - Depends all : $(<) ; - } - } -} else { - rule MakePot - { } -} - # Decend into subdirs -SubInclude TOP lib ; +SubInclude TOP tools miniswig ; SubInclude TOP src ; SubInclude TOP data ; @@ -31,3 +12,7 @@ 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 ; +InstallDesktop supertux.desktop ; +InstallDoc NEWS README COPYING AUTHORS ChangeLog ;