pve-installer/banner/Makefile
Christoph Heiss 17f3ff2268 add preliminary pdm support
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>
2024-12-16 20:39:33 +01:00

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)