mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-04-28 10:32:12 +00:00

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com> Co-authored-by: Thomas Lamprecht <t.lamprecht@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
14 lines
287 B
Makefile
14 lines
287 B
Makefile
DESTFILE=
|
|
INSTALLER_SOURCES= \
|
|
pmg-banner.png \
|
|
pve-banner.png \
|
|
pbs-banner.png \
|
|
pdm-banner.png \
|
|
|
|
%-banner.png: %-banner.svg
|
|
rsvg-convert -o $@ $<
|
|
|
|
# just for triggering a "build", the actual installation is handled by debhelper
|
|
.PHONY: install
|
|
install: $(INSTALLER_SOURCES)
|