[Super-tux-commit] supertux/data Makefile.am,1.16,1.17
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-09-15 10:43:28
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1311/data Modified Files: Makefile.am Log Message: Don't forget to include extro-bonus.txt. Index: Makefile.am =================================================================== RCS file: /cvsroot/super-tux/supertux/data/Makefile.am,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Makefile.am 17 Aug 2004 21:50:58 -0000 1.16 +++ Makefile.am 15 Sep 2004 10:43:19 -0000 1.17 @@ -7,6 +7,7 @@ EXTRA_DIST = \ intro.txt \ extro.txt \ + extro-bonus.txt \ CREDITS \ images/supertux.strf \ $(wildcard sounds/*.wav) \ |