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