5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-08 04:58:19 +03:00

19 lines
301 B
Makefile
Raw Normal View History

2017-12-22 10:38:30 +01:00
PPMS= \
pve-grub-menu \
pve-installation \
pve-select-location \
pve-select-target-disk \
pve-set-password \
pve-install-summary \
2017-12-22 10:38:30 +01:00
pve-setup-network
all: $(addsuffix .png, ${PPMS})
%.png: %.ppm
convert $< -bordercolor black -border 10x10 $@
update:
rm -f $(addsuffix .png, ${PPMS})
$(MAKE)