diff --git a/tmpl/tex/Makefile b/tmpl/tex/Makefile new file mode 100644 index 00000000..55877dcb --- /dev/null +++ b/tmpl/tex/Makefile @@ -0,0 +1,3 @@ +TOPDIR=.. +SUBDIRS = $(shell find . -type d -maxdepth 1 | grep -ve "CVS\|nomake" | grep /) +include $(TOPDIR)/make/dirs.mk diff --git a/tmpl/tex/technical/Makefile b/tmpl/tex/technical/Makefile new file mode 100644 index 00000000..8a7c6bf0 --- /dev/null +++ b/tmpl/tex/technical/Makefile @@ -0,0 +1,7 @@ +# (c) 2001 jannet it services +# contact@jannet.de +# $Id$ + +TOPDIR = ../.. + +include $(TOPDIR)/make/text.mk