From: Marek Moeckel Date: Sat, 7 May 2005 13:12:09 +0000 (+0000) Subject: forgot to update Jamfile for new directory structure X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=759b37ae65aac1db92b7166c76bed679b05b6376;p=supertux.git forgot to update Jamfile for new directory structure SVN-Revision: 2434 --- diff --git a/Jamfile b/Jamfile index 3c40e4a42..9ba5b9e6f 100644 --- a/Jamfile +++ b/Jamfile @@ -10,9 +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++ ; +MakePot basest/locale/messages.pot : $(TRANSLATABLE_SOURCES) ; +XGETTEXT_FLAGS on basest/locale/messages.pot += --language=C++ ; -InstallPixmap data/images/supertux.png data/images/supertux.xpm ; +InstallPixmap data/images/supertux.png basest/images/supertux.xpm ; InstallDesktop supertux.desktop ; InstallDoc NEWS README COPYING AUTHORS ChangeLog ;