summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bundledoc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-10 22:08:00 +0000
committerKarl Berry <karl@freefriends.org>2010-04-10 22:08:00 +0000
commit963b665a04c33ddcfe04234426c8bca1942589bf (patch)
tree2416c1045ecd8aaa916a512cf7a05cd4055661f9 /Master/texmf-dist/tex/latex/bundledoc
parent5406b8e0ea1d596600f773e766975256e4087c51 (diff)
add bundledoc 3.0 (10apr10)
git-svn-id: svn://tug.org/texlive/trunk@17794 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bundledoc')
-rw-r--r--Master/texmf-dist/tex/latex/bundledoc/miktex.cfg9
-rw-r--r--Master/texmf-dist/tex/latex/bundledoc/texlive-unix.cfg6
2 files changed, 15 insertions, 0 deletions
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 <scott+bdoc@pakin.org>
+
+# 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 <scott+bdoc@pakin.org>
+
+bundle: (tar -cvf - $BDINPUTS | gzip --best > $BDBASE.tar.gz)
+sink: > /dev/null 2>&1
+find: kpsewhich -progname=latex $BDINPUTS