X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Jamfile;h=3c3fab3f683df335baa9c727afef2fe263c23b06;hb=c0093d25093395cb62fc2526ab42be65a9f015b8;hp=877ee449c3c6bd777cdde9982b305a2bcc5c3dd9;hpb=742f64dff3466f2b3ebab1851ee2993b4ac3072e;p=supertux.git diff --git a/Jamfile b/Jamfile index 877ee449c..3c3fab3f6 100644 --- a/Jamfile +++ b/Jamfile @@ -10,12 +10,9 @@ UseAutoconf ; # add some additional files to package Package INSTALL NEWS README COPYING AUTHORS ChangeLog ; +MakePot data/locale/messages.pot : $(TRANSLATABLE_SOURCES) ; +XGETTEXT_FLAGS on data/locale/messages.pot += --language=C++ ; -actions MakePot -{ - xgettext --keyword='_:1' --c++ -o $(<) $(>) -} -MakePot supertux.pot : $(TRANSLATABLE_SOURCES) ; -Depends supertux.pot : $(TRANSLATABLE_SOURCES) ; -MakeLocate supertux.pot : data/locale ; -Depends all : supertux.pot ; +InstallPixmap data/images/supertux.png data/images/supertux.xpm ; +InstallDesktop supertux.desktop ; +InstallDoc NEWS README COPYING AUTHORS ChangeLog ;