diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-11 12:49:43 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-11 12:53:57 -0400 |
commit | a37aaafa97d4ce70558b7421646604322ff80f72 (patch) | |
tree | 5762c8e93caa7b4aa16ea20f85a050fa818ba830 /matlab_usage_source/local.mk | |
parent | b7bad069661009a822674e65d50316bc072c01bc (diff) | |
download | manual_for_Experimental_Atomic_Physics-a37aaafa97d4ce70558b7421646604322ff80f72.tar.gz manual_for_Experimental_Atomic_Physics-a37aaafa97d4ce70558b7421646604322ff80f72.zip |
makefiles updated
Diffstat (limited to 'matlab_usage_source/local.mk')
-rw-r--r-- | matlab_usage_source/local.mk | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/matlab_usage_source/local.mk b/matlab_usage_source/local.mk index 14c044f..1cd94e5 100644 --- a/matlab_usage_source/local.mk +++ b/matlab_usage_source/local.mk @@ -5,11 +5,8 @@ PACKAGE_DIR = $(shell basename `pwd`) tex_independent := +tex_fig_files := 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 -INSTALL_TARGETS := install_html_t2t -CLEAN_TARGETS := clean_t2t clean_tex -REAL_CLEAN_TARGETS := real_clean_t2t real_clean_tex +REQUIRED_TARGETS += html_t2t +INSTALL_TARGETS += install_html_t2t |