]> git.proxmox.com Git - pve-docs.git/blame - images/screenshot/Makefile
update screenshots and add some more
[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 \
8pve-setup-network
9
10all: $(addsuffix .png, ${PPMS})
11
12%.png: %.ppm
13 convert $< -bordercolor black -border 10x10 $@
14
15update:
16 rm -f $(addsuffix .png, ${PPMS})
17 $(MAKE)