Commit 8c5d5b5d authored by Nils Goroll's avatar Nils Goroll

Add dot sources to the distribution and clean output

This should survive a distcheck again.
parent e74ad45e
......@@ -20,6 +20,8 @@ dist-hook:
# this is a4, letter is 8.5,11
SIZE = 8.4,11.7
EXTRA_DIST = $(srcdir)/*.dot
if HAVE_DOT
PDFS = \
cache_http1_fsm.pdf \
......@@ -30,6 +32,10 @@ SVGS = \
cache_http1_fsm.svg \
cache_req_fsm.svg \
cache_fetch.svg
CLEANFILES = \
$(PDFS) \
$(SVGS)
endif
pdf: $(PDFS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment