summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/stex/source/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/stex/source/Makefile')
-rw-r--r--macros/latex/contrib/stex/source/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/latex/contrib/stex/source/Makefile b/macros/latex/contrib/stex/source/Makefile
new file mode 100644
index 0000000000..c4af5ba15d
--- /dev/null
+++ b/macros/latex/contrib/stex/source/Makefile
@@ -0,0 +1,5 @@
+# recurse into the directories.
+MAKEDIRS = stex extensions
+
+all package doc:
+ @for d in $(MAKEDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@) || exit $$?; done