]> git.proxmox.com Git - pve-docs.git/blame - images/Makefile
thumbnail: allow to reference all images inside /images subdir
[pve-docs.git] / images / Makefile
CommitLineData
bef01a61
DM
1
2all:
3
4%.tmp.dot: %.tt pve_network_templates.tt
5 tpage $*.tt >$*.tmp.dot
6
7%.svg: %.tmp.dot
8 dot $*.tmp.dot -T svg -o $*.svg
9
10
11clean:
12 rm -f *.tmp.dot