aboutsummaryrefslogtreecommitdiffstats
path: root/docs/figs/Makefile
blob: e128a4364fad3b49565769e78f1397cf13a7976d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
XEN_ROOT=$(CURDIR)/../..
include $(XEN_ROOT)/Config.mk
-include $(XEN_ROOT)/config/Docs.mk

TARGETS= network-bridge.png network-basic.png

all: $(TARGETS)

%.png:	%.fig
	$(FIG2DEV) -L png $< >$@.tmp
	mv -f $@.tmp $@

clean:
	rm -f *~ *.png