mirror of
https://git.proxmox.com/git/pve-docs
synced 2026-03-27 08:21:43 +00:00
13 lines
150 B
Makefile
13 lines
150 B
Makefile
|
|
all:
|
|
|
|
%.tmp.dot: %.tt pve_network_templates.tt
|
|
tpage $*.tt >$*.tmp.dot
|
|
|
|
%.svg: %.tmp.dot
|
|
dot $*.tmp.dot -T svg -o $*.svg
|
|
|
|
|
|
clean:
|
|
rm -f *.tmp.dot
|