summaryrefslogtreecommitdiff
path: root/xmds2/check_perturbative_approach/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xmds2/check_perturbative_approach/Makefile')
-rw-r--r--xmds2/check_perturbative_approach/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/xmds2/check_perturbative_approach/Makefile b/xmds2/check_perturbative_approach/Makefile
index 05bd065..38f2a58 100644
--- a/xmds2/check_perturbative_approach/Makefile
+++ b/xmds2/check_perturbative_approach/Makefile
@@ -32,5 +32,17 @@ clean:
real_clean: clean
rm -f *.eps
+eps_targets = $(wildcard *.eps)
+pdf_targets = $(eps_targets:%.eps=%.pdf)
+
+pdf: $(pdf_targets)
+
+
+$(pdf_targets): %.pdf : %.eps
+ cat $< | ps2eps -B > __tt.eps
+ epspdf __tt.eps $@
+ rm -f __tt.eps
+ #ps2eps -B $< | epspdf $< $@
+
.PRECIOUS: %.run %.xsil %.m
.PHONY: all clean