Commit 7daaed08d10e57f381934ab54122226384304b17
1 parent
b733bc4a
Exists in
master
and in
5 other branches
Creating application icon in standard folder.
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
branding/Makefile.in
| ... | ... | @@ -78,8 +78,16 @@ $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/%.png: \ |
| 78 | 78 | @$(MKDIR) `dirname $@` |
| 79 | 79 | @$(INSTALL_DATA) $< $@ |
| 80 | 80 | |
| 81 | +$(DESTDIR)$(datarootdir)/pixmaps/%.png: \ | |
| 82 | + $(BINDIR)/%.png | |
| 83 | + | |
| 84 | + @echo $@ ... | |
| 85 | + @$(MKDIR) `dirname $@` | |
| 86 | + @$(INSTALL_DATA) $< $@ | |
| 87 | + | |
| 81 | 88 | install: \ |
| 82 | 89 | $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/$(PACKAGE_NAME).png \ |
| 90 | + $(DESTDIR)$(datarootdir)/pixmaps/$(PACKAGE_NAME).png \ | |
| 83 | 91 | $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/$(PACKAGE_NAME)-logo.png |
| 84 | 92 | |
| 85 | 93 | ... | ... |