summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/stex/Makefile
blob: d12908d2d4de5b18490faf80f9b38f5091e77982 (plain)
1
2
3
4
5
6
TEST = test.tex
# recurse into the directories. 
MAKEDIRS = source doc

all package doc: 
	@for d in $(MAKEDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@) || exit $$?; done