blob: 2f31ab586d09d02459def2ef3caa467c9b438973 (
plain)
1
2
3
4
5
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
|