summaryrefslogtreecommitdiff
path: root/local.mk
blob: acd5e432a4739e2d4a740b5bcb074227240e9c98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- make -*-
# (C) 2013 by Eugeniy Mikhailov, <evgmik@gmail.com>


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 evmik_manual.sty

REQUIRED_TARGETS   += pdf_tex
INSTALL_TARGETS    += install_pdf_tex