]> git.proxmox.com Git - pve-docs.git/blob - images/screenshot/Makefile
installation: add screenshot of summary and extend docs a bit
[pve-docs.git] / images / screenshot / Makefile
1
2 PPMS= \
3 pve-grub-menu \
4 pve-installation \
5 pve-select-location \
6 pve-select-target-disk \
7 pve-set-password \
8 pve-install-summary \
9 pve-setup-network
10
11 all: $(addsuffix .png, ${PPMS})
12
13 %.png: %.ppm
14 convert $< -bordercolor black -border 10x10 $@
15
16 update:
17 rm -f $(addsuffix .png, ${PPMS})
18 $(MAKE)