]> git.proxmox.com Git - pmg-docs.git/blame - images/installer/Makefile
update installer scrots, add summary one
[pmg-docs.git] / images / installer / Makefile
CommitLineData
016e639d
DM
1
2PPMS= \
3pmg-grub-menu \
016e639d 4pmg-installation \
016e639d
DM
5pmg-select-location \
6pmg-select-target-disk \
7pmg-set-password \
f6249b79
TL
8pmg-setup-network \
9pmg-summary
016e639d
DM
10
11all: $(addsuffix .png, ${PPMS})
12
13%.png: %.ppm
14 convert $< -bordercolor black -border 10x10 $@
15
f6249b79
TL
16dist-clean:
17 rm -f $(addsuffix .png, ${PPMS})
18
4d613751 19update:
016e639d 20 rm -f $(addsuffix .png, ${PPMS})
4d613751 21 $(MAKE)