diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/stex/example/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/stex/example/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/stex/example/Makefile b/Master/texmf-dist/doc/latex/stex/example/Makefile index df87da1fbee..47c61882663 100644 --- a/Master/texmf-dist/doc/latex/stex/example/Makefile +++ b/Master/texmf-dist/doc/latex/stex/example/Makefile @@ -1,4 +1,4 @@ STEXDIR = .. MAKEDIRS = background paper CLEANDIRS = $(MAKEDIRS) -include $(STEXDIR)/make/Makefile.subdirs +include $(STEXDIR)/lib/make/Makefile.subdirs |