diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-30 23:23:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-30 23:23:02 +0000 |
commit | 849996eca72af498b48b10fbea7f14c4b9d21b8f (patch) | |
tree | 2d40d42dfc9fc0b0622212cc220868f98345305f /Master/texmf-dist/source/latex/stex/make/Makefile.subdirs | |
parent | d82e1c23973fd0271f93686f487bd1cee8dcd947 (diff) |
restore stex (ca. 28jan12)
git-svn-id: svn://tug.org/texlive/trunk@25792 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/make/Makefile.subdirs')
-rw-r--r-- | Master/texmf-dist/source/latex/stex/make/Makefile.subdirs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/stex/make/Makefile.subdirs b/Master/texmf-dist/source/latex/stex/make/Makefile.subdirs new file mode 100644 index 00000000000..ccbf95cd3ba --- /dev/null +++ b/Master/texmf-dist/source/latex/stex/make/Makefile.subdirs @@ -0,0 +1,6 @@ +all errlog:: + @for d in $(MAKEDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@) done + +clean distclean:: + @for d in $(CLEANDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@) done + |