summaryrefslogtreecommitdiff
path: root/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'local.mk')
-rw-r--r--local.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/local.mk b/local.mk
new file mode 100644
index 0000000..fa60706
--- /dev/null
+++ b/local.mk
@@ -0,0 +1,14 @@
+# -*- make -*-
+# (C) 2013 by Eugeniy Mikhailov, <evgmik@gmail.com>
+
+
+#PACKAGE_DIR = $(shell basename `pwd`)
+PACKAGE_DIR = .
+
+tex_independent :=
+tex_fig_files :=
+t2t_fig_files :=
+
+REQUIRED_TARGETS += html_t2t
+INSTALL_TARGETS += install_html_t2t
+