X-Git-Url: https://code.communitydata.science/ml_measurement_error_public.git/blobdiff_plain/47e9367ed5c61b721bdc17cddd76bced4f8ed621:/charts/example_3_dag/Makefile..b04f18afb78519c154a02048a6e8a1883cae6702:/charts/Makefile diff --git a/charts/example_3_dag/Makefile b/charts/Makefile similarity index 81% rename from charts/example_3_dag/Makefile rename to charts/Makefile index 4bcb5ad..4288d05 100644 --- a/charts/example_3_dag/Makefile +++ b/charts/Makefile @@ -6,8 +6,7 @@ all: $(patsubst %.tex,%.svg,$(wildcard *.tex)) $(patsubst %.tex,%.png,$(wildcard convert -density 300 -transparent white $< $@ %.svg: %.pdf - /usr/bin/inkscape $< --export-plain-svg=$@ - + /usr/bin/inkscape $< --export-plain-svg --export-type=svg --export-filename=$@ %.pdf: %.tex latexmk -f -pdf $< @@ -18,6 +17,7 @@ clean: rm -f vc rm *.svg + viewpdf: all evince *.pdf