[Super-tux-commit] supertux/data Makefile.am,1.9,1.10
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-04-29 13:30:46
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27030 Modified Files: Makefile.am Log Message: - added missing files Index: Makefile.am =================================================================== RCS file: /cvsroot/super-tux/supertux/data/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile.am 25 Apr 2004 22:24:44 -0000 1.9 +++ Makefile.am 29 Apr 2004 13:30:37 -0000 1.10 @@ -1,5 +1,8 @@ EXTRA_DIST = \ supertux.strf \ + intro.txt \ + extro.txt \ + CREDITS \ $(wildcard sounds/*.wav) \ images/icon.png \ images/icon.xpm \ @@ -27,8 +30,7 @@ $(wildcard levels/*/info) \ $(wildcard music/*.mod) \ $(wildcard music/*.MOD) \ - $(wildcard sounds/*.wav) \ - CREDITS + $(wildcard sounds/*.wav) nobase_dist_pkgdata_DATA = $(EXTRA_DIST) |