From: Matthias Braun Date: Thu, 25 Nov 2004 15:57:14 +0000 (+0000) Subject: we don't need to package all that automake stuff anymore X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=d65a31dff52f2b6f3d6f0d79e5ba4c9f15a319a4;p=supertux.git we don't need to package all that automake stuff anymore SVN-Revision: 2191 --- diff --git a/Jamfile b/Jamfile index a63ed8fe9..49f762ae5 100644 --- a/Jamfile +++ b/Jamfile @@ -7,8 +7,6 @@ SubInclude TOP data ; UseAutoconf ; -# for now... -Package INSTALL NEWS README COPYING AUTHORS ChangeLog ABOUT-NLS depcomp - install-sh mkinstalldirs missing ; +# add some additional files to package +Package INSTALL NEWS README COPYING AUTHORS ChangeLog ; -Package Makefile.am src/Makefile.am lib/Makefile.am data/Makefile.am ;