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