Commit 59cf5447 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Stop cleaning the svg files

They're part of the tree now.
parent c3fe7293
......@@ -36,8 +36,7 @@ SVGS = \
if HAVE_DOT
CLEANFILES = \
$(PDFS) \
$(SVGS)
$(PDFS)
endif
pdf: $(PDFS)
......@@ -67,9 +66,9 @@ endif
%.svg: %.dot
if ! HAVE_DOT
@echo ===================================================
@echo ==================================================
@echo You need graphviz installed to generate svg output
@echo ===================================================
@echo ==================================================
@false
else
@DOT@ -Tsvg $< >$@
......
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