summaryrefslogtreecommitdiff
path: root/local.mk
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2013-09-13 21:15:50 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2013-09-13 21:16:59 -0400
commitc066f70fdfee3b8f0f26def3f29acfbfed4ef63e (patch)
tree33b1eb265d61b919c62f2ac934cfd8036a61fc23 /local.mk
parentf7333bda346e3bb1a68de0a0517e9c3a118c0764 (diff)
downloadmanual_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.mk24
1 files changed, 22 insertions, 2 deletions
diff --git a/local.mk b/local.mk
index acd5e43..037e472 100644
--- a/local.mk
+++ b/local.mk
@@ -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