mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-07-27 04:46:49 +00:00
Makefile: add code to generate .png files with borders
This commit is contained in:
parent
3ab1741cea
commit
016e639db9
18
images/screenshot/Makefile
Normal file
18
images/screenshot/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
PPMS= \
|
||||
pmg-grub-menu \
|
||||
pmg-installation-done \
|
||||
pmg-installation \
|
||||
pmg-license-agreement \
|
||||
pmg-select-location \
|
||||
pmg-select-target-disk \
|
||||
pmg-set-password \
|
||||
pmg-setup-network
|
||||
|
||||
all: $(addsuffix .png, ${PPMS})
|
||||
|
||||
%.png: %.ppm
|
||||
convert $< -bordercolor black -border 10x10 $@
|
||||
|
||||
clean:
|
||||
rm -f $(addsuffix .png, ${PPMS})
|
Loading…
Reference in New Issue
Block a user