]> code.communitydata.science - ml_measurement_error_public.git/blobdiff - charts/example_1_dag/Makefile
Merge branch 'master' of code:ml_measurement_error_public
[ml_measurement_error_public.git] / charts / example_1_dag / Makefile
diff --git a/charts/example_1_dag/Makefile b/charts/example_1_dag/Makefile
deleted file mode 100644 (file)
index 75fef1f..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/usr/bin/make
-
-all: $(patsubst %.tex,%.svg,$(wildcard *.tex)) $(patsubst %.tex,%.png,$(wildcard *.tex)) 
-
-%.png: %.pdf
-       convert -density 300 -transparent white $< $@
-
-%.svg: %.pdf
-       /usr/bin/inkscape $< --export-plain-svg=$@
-
-%.pdf: %.tex 
-       latexmk -f -pdf $<
-
-clean: 
-       latexmk -C *.tex
-       rm -f *.tmp
-       rm -f vc
-       rm *.svg
-
-viewpdf: all
-       evince *.pdf
-
-vc:
-       vc-git
-
-pdf: all
-
-.PHONY: clean all

Community Data Science Collective || Want to submit a patch?