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, 0 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/stex/schema/Makefile b/Master/texmf-dist/source/latex/stex/schema/Makefile
deleted file mode 100644
index 87995e15659..00000000000
--- a/Master/texmf-dist/source/latex/stex/schema/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-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;
-