From 963b665a04c33ddcfe04234426c8bca1942589bf Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 10 Apr 2010 22:08:00 +0000 Subject: add bundledoc 3.0 (10apr10) git-svn-id: svn://tug.org/texlive/trunk@17794 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/bundledoc/miktex.cfg | 9 +++++++++ Master/texmf-dist/tex/latex/bundledoc/texlive-unix.cfg | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/bundledoc/miktex.cfg create mode 100644 Master/texmf-dist/tex/latex/bundledoc/texlive-unix.cfg (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/bundledoc/miktex.cfg b/Master/texmf-dist/tex/latex/bundledoc/miktex.cfg new file mode 100644 index 00000000000..8a31743194a --- /dev/null +++ b/Master/texmf-dist/tex/latex/bundledoc/miktex.cfg @@ -0,0 +1,9 @@ +# bundledoc configuration file for MikTeX +# By Scott Pakin + +# ASSUMPTION: You have "zip" somewhere in your path, and it accepts the +# command-line options utilized by the "bundle" line below. + +bundle: zip -r -v -9 %BDBASE%.zip %BDINPUTS% +sink: > NUL: +find: initexmf --find-latex-input %BDINPUTS% diff --git a/Master/texmf-dist/tex/latex/bundledoc/texlive-unix.cfg b/Master/texmf-dist/tex/latex/bundledoc/texlive-unix.cfg new file mode 100644 index 00000000000..2f31ab586d0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/bundledoc/texlive-unix.cfg @@ -0,0 +1,6 @@ +# bundledoc configuration file for TeX Live on Unix/Linux +# By Scott Pakin + +bundle: (tar -cvf - $BDINPUTS | gzip --best > $BDBASE.tar.gz) +sink: > /dev/null 2>&1 +find: kpsewhich -progname=latex $BDINPUTS -- cgit v1.2.3