SVN tetex commit: r291 - tex-common/trunk/scripts
Author: frn
Date: 2005-10-20 17:35:59 +0000 (Thu, 20 Oct 2005)
New Revision: 291
Modified:
tex-common/trunk/scripts/update-fontlang
Log:
Changes to update-fontlang:
* New function perform_sanity_checks() that checks for the existence of
/usr/share/texmf/web2c/updmap.cfg (aborts with an explanation if it's
present; currently, this is only done in the case of update-updmap, but
everything is there to enable a similar check for the other programs if
this is deemed useful), in addition to what was already done previously.
* New FSF address...
* The usage message contained $SYSWIDE_CFGFILE, which wasn't defined
anywhere.
* if [ ! -x "`which kpsewhich`" ]; -> if ! which kpsewhich >/dev/null;
and write the error the message to std*err* in case this fails.
* No blank line at the top of the generated file (why was it added?).
[For the full diff, see pkg-tetex-commits@alioth.debian.org mailing list.]
Reply to: