X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2FMakefile.am;h=7709257603c442e8b3eb84cfaecb4b0aef961f8c;hb=b47938ec825a6bbf5ef8f49f0f893d2647a79c71;hp=ea1af9563b9a06830af236863cc4784ecafe4c13;hpb=28dcc843a7500b395730e5f5eb821577f0b9d797;p=supertux.git diff --git a/data/Makefile.am b/data/Makefile.am index ea1af9563..770925760 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -5,10 +5,12 @@ desktopdir = $(datadir)/applications desktop_DATA = supertux.desktop EXTRA_DIST = \ - supertux.strf \ intro.txt \ extro.txt \ - CREDITS \ + extro-bonus.txt \ + credits.txt \ + badguys.strf \ + images/supertux.strf \ $(wildcard sounds/*.wav) \ $(wildcard images/*.png) \ $(wildcard images/*.xpm) \ @@ -22,6 +24,8 @@ EXTRA_DIST = \ $(wildcard images/leveleditor/*.png) \ $(wildcard images/map/*.png) \ $(wildcard images/shared/*.png) \ + $(wildcard images/shared/smalltux/*.png) \ + $(wildcard images/shared/bigtux/*.png) \ $(wildcard images/status/*.png) \ $(wildcard images/themes/*/*.png) \ $(wildcard images/worldmap/*.png) \