From 7d8e73f08782f9faa03046e0bb0800ec2aaff460 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Sun, 9 Aug 2020 11:35:24 -0400 Subject: added styles generation --- local.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/local.mk b/local.mk index c1fa7d8..2aba979 100644 --- a/local.mk +++ b/local.mk @@ -2,7 +2,8 @@ # (C) 2013 by Eugeniy Mikhailov, -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 -- cgit v1.2.3