diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-11 11:10:00 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-11 11:10:00 -0400 |
commit | 39dd3f76635380754e28ce3e87941d4120b2d399 (patch) | |
tree | fd1f69c3e184a0e9a754a8ff5748dd0a073dd8eb /matlab_usage_source/local.mk | |
parent | 0d268fdcf3af3845856b4e861d71b676d62e506f (diff) | |
download | manual_for_Experimental_Atomic_Physics-39dd3f76635380754e28ce3e87941d4120b2d399.tar.gz manual_for_Experimental_Atomic_Physics-39dd3f76635380754e28ce3e87941d4120b2d399.zip |
modified config to simplify makes
Diffstat (limited to 'matlab_usage_source/local.mk')
-rw-r--r-- | matlab_usage_source/local.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/matlab_usage_source/local.mk b/matlab_usage_source/local.mk new file mode 100644 index 0000000..2091734 --- /dev/null +++ b/matlab_usage_source/local.mk @@ -0,0 +1,13 @@ +# -*- make -*- +# (C) 2013 by Eugeniy Mikhailov, <evgmik@gmail.com> + + +PACKAGE_DIR = $(shell basename `pwd`) + +tex_independent := +t2t_fig_files := errorbar_plot.png errorbar_with_large_font_plot.png fitted_data_improved.png fitted_data.png simple_labeled_and_proper_limits_plot.png simple_labeled_plot.png simple_unlabeled_plot.png + +#REQUIRED_TARGETS = html_t2t pdf_tex +REQUIRED_TARGETS = html_t2t +#INSTALLED_TARGETS = install_html_t2t install_pdf_tex +INSTALLED_TARGETS = install_html_t2t |