summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bundledoc
diff options
context:
space:
mode:
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