summaryrefslogtreecommitdiff
path: root/web/images/Makefile.am
blob: 066d950c8ed248ea25cdcedcf227e7f32f32ba19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = 

based_in = htdocs
include $(top_srcdir)/Makefile.common

doc_DATA = remailer-states-long-2.png  remailer-states-long.png  remailer-states.png


remailer-states.png: $(top_srcdir)/data/remailer-states.rrd
	$(top_srcdir)/bin/remailer-states-make-image $(top_srcdir)/data .

remailer-states-long.png: $(top_srcdir)/data/remailer-states.rrd
	$(top_srcdir)/bin/remailer-states-make-image-long $(top_srcdir)/data .

remailer-states-long-2.png: $(top_srcdir)/data/remailer-states.rrd
	$(top_srcdir)/bin/remailer-states-make-image-long-2 $(top_srcdir)/data .

clean:
	rm -f $(doc_DATA)