mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-03-11 16:58:16 +03:00
Don't include generated icons in tar.gz and clean them up
This commit is contained in:
parent
c8e0550a82
commit
879517fe46
@ -2,6 +2,7 @@ SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256
|
||||
|
||||
if OS_WIN32
|
||||
noinst_DATA = virt-viewer.ico
|
||||
CLEANFILES = $(noinst_DATA)
|
||||
endif
|
||||
|
||||
# http://stackoverflow.com/questions/3236115/which-icon-sizes-should-my-windows-applications-icon-include
|
||||
@ -9,6 +10,4 @@ ico_sizes = 16 32 48 256
|
||||
%.ico: $(foreach s,$(ico_sizes),$(s)x$(s)/%.png)
|
||||
$(AM_V_GEN)$(ICOTOOL) -c -o $@ $^
|
||||
|
||||
EXTRA_DIST = virt-viewer.ico
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
Loading…
x
Reference in New Issue
Block a user