X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2FMakefile.am;h=7709257603c442e8b3eb84cfaecb4b0aef961f8c;hb=8cecc7815e5ab5fe2b646dbe6aaa8e95cf08e71f;hp=970cc2fe4ca9346247a0e88d29d7365c9794c3f5;hpb=6eee345f8e5ea5cfc02847b84a112f1bbf3c0446;p=supertux.git diff --git a/data/Makefile.am b/data/Makefile.am index 970cc2fe4..770925760 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,14 +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.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) \ @@ -16,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) \