5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-07 00:58:19 +03:00
Thomas Lamprecht 7df6cb989f installation: add screenshot of summary and extend docs a bit
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-07-22 16:41:05 +02:00

19 lines
301 B
Makefile

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