diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2015-03-13 17:37:37 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2015-03-13 17:37:37 -0400 |
commit | 7de0ec22721f2955438af48ca4421d5e03f2ce71 (patch) | |
tree | 39f307d01342ec0305ce52cc357fd99dd079f218 /subdir_makefile/Makefile | |
parent | c3c35a4624c62c08cebc92d18e4b4c4c3f29286f (diff) | |
download | makefile_templates-7de0ec22721f2955438af48ca4421d5e03f2ce71.tar.gz makefile_templates-7de0ec22721f2955438af48ca4421d5e03f2ce71.zip |
added pandoc processing to subdir
Diffstat (limited to 'subdir_makefile/Makefile')
-rw-r--r-- | subdir_makefile/Makefile | 1 |
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 |