diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-13 21:15:50 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-13 21:16:59 -0400 |
commit | c066f70fdfee3b8f0f26def3f29acfbfed4ef63e (patch) | |
tree | 33b1eb265d61b919c62f2ac934cfd8036a61fc23 /local.mk | |
parent | f7333bda346e3bb1a68de0a0517e9c3a118c0764 (diff) | |
download | manual_for_Experimental_Atomic_Physics-c066f70fdfee3b8f0f26def3f29acfbfed4ef63e.tar.gz manual_for_Experimental_Atomic_Physics-c066f70fdfee3b8f0f26def3f29acfbfed4ef63e.zip |
chapters now compiles separately as well via subfiles package
unused chapters moved to separate folder
Diffstat (limited to 'local.mk')
-rw-r--r-- | local.mk | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -4,10 +4,30 @@ PACKAGE_DIR = $(shell basename `pwd`) -tex_independent := manual.tex +tex_independent := manual.tex \ + interferometry.tex \ + emratio.tex \ + ediffract.tex \ + blackbody.tex \ + pe-effect.tex \ + two-photon-interference.tex \ + faraday_rotation.tex \ + spectr.tex \ + supcon.tex + t2t_fig_files := tex_fig_files := $(wildcard pdf_figs/*.pdf) -tex_includes := $(wildcard chapters/*.tex) title_page.tex evmik_manual.sty +tex_includes := title_page.tex evmik_manual.sty \ + interferometry.tex \ + emratio.tex \ + ediffract.tex \ + blackbody.tex \ + pe-effect.tex \ + two-photon-interference.tex \ + faraday_rotation.tex \ + spectr.tex \ + supcon.tex + REQUIRED_TARGETS += pdf_tex INSTALL_TARGETS += install_pdf_tex |