diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-11 13:05:56 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-11 13:05:56 -0400 |
commit | 94e7ba08cb33a3d75a6a694c375ef691cf571ca1 (patch) | |
tree | f89ecf56f5098979f8766623cfbc757d22a9e5ea /labreport_sample_source | |
parent | b38cf2e25e3deeb4be4a3543231f330709a36ee0 (diff) | |
download | manual_for_Experimental_Atomic_Physics-94e7ba08cb33a3d75a6a694c375ef691cf571ca1.tar.gz manual_for_Experimental_Atomic_Physics-94e7ba08cb33a3d75a6a694c375ef691cf571ca1.zip |
installing tex source as well for labreport sample
Diffstat (limited to 'labreport_sample_source')
-rw-r--r-- | labreport_sample_source/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/labreport_sample_source/local.mk b/labreport_sample_source/local.mk index 9fa7b2b..7a30c04 100644 --- a/labreport_sample_source/local.mk +++ b/labreport_sample_source/local.mk @@ -9,5 +9,5 @@ t2t_fig_files := tex_fig_files := sr_setup.pdf sr_squeezing_vs_detuning.pdf REQUIRED_TARGETS += html_t2t pdf_tex -INSTALL_TARGETS += install_html_t2t install_pdf_tex +INSTALL_TARGETS += install_html_t2t install_pdf_tex install_tex_src |