diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-13 19:27:57 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-09-13 19:27:57 -0400 |
commit | f7333bda346e3bb1a68de0a0517e9c3a118c0764 (patch) | |
tree | 16002f84890228afb52445f6a15fde3942d43899 /local.mk | |
parent | 4301b0e145329017d3d8e301d2581f88cdef279b (diff) | |
download | manual_for_Experimental_Atomic_Physics-f7333bda346e3bb1a68de0a0517e9c3a118c0764.tar.gz manual_for_Experimental_Atomic_Physics-f7333bda346e3bb1a68de0a0517e9c3a118c0764.zip |
use a common style for the manual
Diffstat (limited to 'local.mk')
-rw-r--r-- | local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ PACKAGE_DIR = $(shell basename `pwd`) tex_independent := manual.tex t2t_fig_files := tex_fig_files := $(wildcard pdf_figs/*.pdf) -tex_includes := $(wildcard chapters/*.tex) title_page.tex packages_and_macros.tex +tex_includes := $(wildcard chapters/*.tex) title_page.tex evmik_manual.sty REQUIRED_TARGETS += pdf_tex INSTALL_TARGETS += install_pdf_tex |