summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2015-03-13 17:37:37 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2015-03-13 17:37:37 -0400
commit7de0ec22721f2955438af48ca4421d5e03f2ce71 (patch)
tree39f307d01342ec0305ce52cc357fd99dd079f218
parentc3c35a4624c62c08cebc92d18e4b4c4c3f29286f (diff)
downloadmakefile_templates-7de0ec22721f2955438af48ca4421d5e03f2ce71.tar.gz
makefile_templates-7de0ec22721f2955438af48ca4421d5e03f2ce71.zip
added pandoc processing to subdir
-rw-r--r--subdir_makefile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/subdir_makefile/Makefile b/subdir_makefile/Makefile
index 05668ae..5f47ac8 100644
--- a/subdir_makefile/Makefile
+++ b/subdir_makefile/Makefile
@@ -5,6 +5,7 @@ TOPDIR ?= ..
include ./local.mk
include $(TOPDIR)/common.mk
include $(MAKEINCLUDE_DIR)/t2t.mk
+include $(MAKEINCLUDE_DIR)/pandoc.mk
include $(MAKEINCLUDE_DIR)/rem.mk
include $(MAKEINCLUDE_DIR)/beamer_lecture.mk
include $(MAKEINCLUDE_DIR)/tex.mk