X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2FMakefile.am;h=aa5760403f53ae556b6857dcd6cb36175baf24f4;hb=d261658bbfb8e008ca786bd2095721ae18b8b571;hp=e6ed19d6f212fd8703248fcd20774c137b9ac827;hpb=dda55f1bb3ca83505830d8f80a918507b1cfce09;p=supertux.git diff --git a/data/Makefile.am b/data/Makefile.am index e6ed19d6f..aa5760403 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -5,14 +5,18 @@ desktopdir = $(datadir)/applications desktop_DATA = supertux.desktop EXTRA_DIST = \ - supertux.strf \ intro.txt \ extro.txt \ + extro-bonus.txt \ CREDITS \ + badguys.strf \ + images/supertux.strf \ $(wildcard sounds/*.wav) \ $(wildcard images/*.png) \ + $(wildcard images/*.xpm) \ $(wildcard images/background/*.png) \ $(wildcard images/background/*.jpg) \ + $(wildcard images/fonts/*.png) \ $(wildcard images/highscore/*.png) \ $(wildcard images/icons/*.png) \ $(wildcard images/icons/*.xpm) \ @@ -20,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) \