X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2FMakefile.am;h=7709257603c442e8b3eb84cfaecb4b0aef961f8c;hb=31695979189704d16c43b42c7196d46cb4e5461c;hp=f1daf8d2000ce0f4a39a52109bc66426f152b682;hpb=0faf74fe4a189b272bde70d3e17723a6fab8f51f;p=supertux.git diff --git a/data/Makefile.am b/data/Makefile.am index f1daf8d20..770925760 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,15 +1,22 @@ +iconsdir=$(datadir)/pixmaps +icons_DATA = images/supertux.png + +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) \ - images/icon.png \ - images/icon.xpm \ $(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) \ @@ -17,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) \