diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-06 08:16:21 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-06 08:18:35 -0400 |
commit | d2fcaf1506d5bd49888a736aca878fd802d31a28 (patch) | |
tree | acb20cb8fbb656008d3870e3a63ae9effe25fb54 | |
parent | 255299f5ff9af37680659b3d362c88193b987d96 (diff) | |
download | manual_for_Experimental_Atomic_Physics-d2fcaf1506d5bd49888a736aca878fd802d31a28.tar.gz manual_for_Experimental_Atomic_Physics-d2fcaf1506d5bd49888a736aca878fd802d31a28.zip |
added more png figures for matlab usage to the Makefile
-rw-r--r-- | matlab_usage_source/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/matlab_usage_source/Makefile b/matlab_usage_source/Makefile index 9ed831d..1f45132 100644 --- a/matlab_usage_source/Makefile +++ b/matlab_usage_source/Makefile @@ -1,6 +1,6 @@ # -*- make -*- # FILE: "/home/evmik/jobs/wm/2013_fall_Experimental_Atomic_Physics_251/matlab_usage_source/Makefile" -# LAST MODIFICATION: "Wed, 04 Sep 2013 13:41:20 -0400 (evmik)" +# LAST MODIFICATION: "Fri, 06 Sep 2013 08:18:26 -0400 (evmik)" # (C) 2001 by Eugeniy Mikhailov, <evmik@tamu.edu> # $Id: Makefile,v 1.3 2003/04/23 20:40:19 evmik Exp $ @@ -27,7 +27,7 @@ html_targets = $(t2t_files:%.t2t=%.html) tex_independent= pdf_independent= $(tex_independent:%.tex=%.pdf) -fig_files = errorbar_plot.png simple_unlabeled_plot.png simple_labeled_plot.png +fig_files = errorbar_plot.png errorbar_with_large_font_plot.png simple_unlabeled_plot.png simple_labeled_plot.png simple_labeled_and_proper_limits_plot.png misc_files = $(fig_files) $(tex_independent) |