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