diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-11 12:03:42 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-11 12:03:42 -0400 |
commit | ad099f123e1542484130b0a5013aafd343705184 (patch) | |
tree | a2a3d6ceb8339640d4d0e312be937aa51f6830dd /matlab_usage_source/local.mk | |
parent | 39dd3f76635380754e28ce3e87941d4120b2d399 (diff) | |
download | manual_for_Experimental_Atomic_Physics-ad099f123e1542484130b0a5013aafd343705184.tar.gz manual_for_Experimental_Atomic_Physics-ad099f123e1542484130b0a5013aafd343705184.zip |
make is separated to submodules
Diffstat (limited to 'matlab_usage_source/local.mk')
-rw-r--r-- | matlab_usage_source/local.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/matlab_usage_source/local.mk b/matlab_usage_source/local.mk index 2091734..14c044f 100644 --- a/matlab_usage_source/local.mk +++ b/matlab_usage_source/local.mk @@ -8,6 +8,8 @@ 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 +REQUIRED_TARGETS := html_t2t #INSTALLED_TARGETS = install_html_t2t install_pdf_tex -INSTALLED_TARGETS = install_html_t2t +INSTALL_TARGETS := install_html_t2t +CLEAN_TARGETS := clean_t2t clean_tex +REAL_CLEAN_TARGETS := real_clean_t2t real_clean_tex |