summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/schema/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/stex/schema/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/stex/schema/Makefile b/Master/texmf-dist/source/latex/stex/schema/Makefile
new file mode 100644
index 00000000000..87995e15659
--- /dev/null
+++ b/Master/texmf-dist/source/latex/stex/schema/Makefile
@@ -0,0 +1,11 @@
+MAKEDIRS = rnc rng
+CLEANDIRS = rnc rng
+
+all::
+ @for d in $(MAKEDIRS);\
+ do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;
+
+clean distclean::
+ @for d in $(CLEANDIRS);\
+ do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;
+