diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/ed/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/ed/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ed/Makefile b/Master/texmf-dist/doc/latex/ed/Makefile new file mode 100644 index 00000000000..6a0a1e5b6d7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/ed/Makefile @@ -0,0 +1,7 @@ +PREFIX = ../../lib +PACKAGE = ed +DTX.sty.base = ed + +include $(PREFIX)/Makefile.vars +include $(PREFIX)/Makefile.in + |