diff options
| author | Christian Eppler <c.eppler@linutonix.de> | 2013-05-15 11:25:41 +0200 |
|---|---|---|
| committer | Christian Eppler <c.eppler@linutonix.de> | 2013-05-15 11:25:41 +0200 |
| commit | c358412dbf0c779910057d4547f673e85b7b12dd (patch) | |
| tree | bab073fcc77246353e5dcd79baf55604f2c33cce /modules.mk | |
| parent | 9e05689406c83ae3020ca32a6ec6387466209138 (diff) | |
Test with master
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
Diffstat (limited to 'modules.mk')
| -rw-r--r-- | modules.mk | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -30,5 +30,13 @@ clean: rm -f *.out rm -f *.vrb +build_master_pres: +ifneq ($(filter-out pres_%,$(obj-y)), ) + `echo "\input{$(CURDIR)/../section.tex}" >> ${TOP_DIR}/$(MASTER_PRES)` + for files in $(subst .pdf,.tex,$(filter-out pres_%,$(obj-y))) ; do \ + `echo "\input{$(CURDIR)/$$files}" >> ${TOP_DIR}/$(MASTER_PRES)` ;\ + done +endif + .PHONY: clean |
