diff options
-rw-r--r-- | local.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,8 @@ # (C) 2013 by Eugeniy Mikhailov, <evgmik@gmail.com> -PACKAGE_DIR = $(shell basename `pwd`) +# PACKAGE_DIR = $(shell basename `pwd`) +PACKAGE_DIR = . tex_independent := manual.tex \ interferometry.tex \ @@ -32,3 +33,4 @@ tex_includes := title_page.tex evmik_manual.sty \ REQUIRED_TARGETS += pdf_tex html_t2t html_md INSTALL_TARGETS += install_pdf_tex install_html_t2t install_html_md +SUBDIRS += css_styles |