diff options
-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 |