[Super-tux-commit] supertux Jamfile,1.3,1.4
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-11-25 15:57:24
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28084 Modified Files: Jamfile Log Message: we don't need to package all that automake stuff anymore Index: Jamfile =================================================================== RCS file: /cvsroot/super-tux/supertux/Jamfile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Jamfile 23 Nov 2004 22:21:22 -0000 1.3 +++ Jamfile 25 Nov 2004 15:57:14 -0000 1.4 @@ -7,8 +7,6 @@ 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 ; |