diff --git a/tmpl/tex/Makefile b/tmpl/tex/Makefile index 754c2921..40c3d391 100644 --- a/tmpl/tex/Makefile +++ b/tmpl/tex/Makefile @@ -1,5 +1,5 @@ MODDIR=.. -SUBDIRS = $(shell find . -type d -maxdepth 1 | grep -ve "CVS\|nomake" | grep /) +SUBDIRS = $(FIND_SUBDIRS) include $(MODDIR)/make/ytools.mk include $(MODDIR)/make/dirs.mk