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