diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-01-14 23:12:34 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-01-14 23:12:34 -0500 |
commit | 1ea23bda1842020eed05dadcd71ed744e1d64454 (patch) | |
tree | 9da0e1d9c93f4ff9568c1cc3903409c657461554 /subdir_makefile | |
parent | e4a96cee395549dccb18f81b03724fe2d517c88f (diff) | |
download | makefile_templates-1ea23bda1842020eed05dadcd71ed744e1d64454.tar.gz makefile_templates-1ea23bda1842020eed05dadcd71ed744e1d64454.zip |
added makefiles to process beamer lectures
Diffstat (limited to 'subdir_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 65fa78f..6e5933f 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)/beamer_lecture.mk include $(MAKEINCLUDE_DIR)/tex.mk include $(MAKEINCLUDE_DIR)/css.mk include $(MAKEINCLUDE_DIR)/raw.mk |