diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-02-07 09:54:33 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-02-07 09:54:33 -0500 |
commit | e65a0a9ccee22af364e02072a6af46da20004d3e (patch) | |
tree | a04996620137a253bc5eef9e6841325c8301c1d3 | |
parent | e34a181767e85f07a89120fde254766ccea9ec9e (diff) | |
download | makefile_templates-e65a0a9ccee22af364e02072a6af46da20004d3e.tar.gz makefile_templates-e65a0a9ccee22af364e02072a6af46da20004d3e.zip |
use of intermediate targets for plotting
-rw-r--r-- | gnuplot_eps.mk | 1 | ||||
-rw-r--r-- | gnuplot_ltx_eps.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gnuplot_eps.mk b/gnuplot_eps.mk index aa7730a..af9b411 100644 --- a/gnuplot_eps.mk +++ b/gnuplot_eps.mk @@ -36,3 +36,4 @@ endif dest_dir_gnuplot: $(INSTALL) -d -m 0755 $(pics_destdir) +.INTERMEDIATE: $(gnuplot_eps_targets) diff --git a/gnuplot_ltx_eps.mk b/gnuplot_ltx_eps.mk index 2b3eaa0..9b1f869 100644 --- a/gnuplot_ltx_eps.mk +++ b/gnuplot_ltx_eps.mk @@ -52,3 +52,4 @@ endif dest_dir_ltx_gnuplot: $(INSTALL) -d -m 0755 $(pics_destdir) +.INTERMEDIATE: $(gnuplot_ltx_eps_targets) $(gnuplot_ltx_tex_targets) |