diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-26 17:29:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-26 17:29:47 +0000 |
commit | 013683b030ca5199bd9b3a562b72da9d7918e427 (patch) | |
tree | 0676a8c33931d8de449a7e01016c04201090fb3a /Master/texmf-dist/tex/latex/bundledoc | |
parent | f37a8d071f5ba62ebfb723ea32f128e66a4fd66e (diff) |
bundledoc
git-svn-id: svn://tug.org/texlive/trunk@35041 c570f23f-e606-0410-a88d-b1316a301751
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 |