diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/bundledoc')
-rw-r--r-- | Master/texmf-dist/tex/latex/bundledoc/miktex.cfg | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bundledoc/texlive-unix-arlatex.cfg | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/bundledoc/miktex.cfg b/Master/texmf-dist/tex/latex/bundledoc/miktex.cfg index 8a31743194a..025bf6707b5 100644 --- a/Master/texmf-dist/tex/latex/bundledoc/miktex.cfg +++ b/Master/texmf-dist/tex/latex/bundledoc/miktex.cfg @@ -6,4 +6,4 @@ bundle: zip -r -v -9 %BDBASE%.zip %BDINPUTS% sink: > NUL: -find: initexmf --find-latex-input %BDINPUTS% +find: kpsewhich -progname=latex %BDINPUTS% diff --git a/Master/texmf-dist/tex/latex/bundledoc/texlive-unix-arlatex.cfg b/Master/texmf-dist/tex/latex/bundledoc/texlive-unix-arlatex.cfg new file mode 100644 index 00000000000..51ee0d58546 --- /dev/null +++ b/Master/texmf-dist/tex/latex/bundledoc/texlive-unix-arlatex.cfg @@ -0,0 +1,6 @@ +# bundledoc configuration file for kpathsea + Unix + arlatex +# By Scott Pakin <scott+bdoc@pakin.org> + +bundle: (arlatex --outfile=$BDBASE-all.tex --document=$BDBASE.tex $BDINPUTS) +sink: > /dev/null 2>&1 +find: kpsewhich -progname=latex $BDINPUTS |