[Debian-tex-commits] SVN tex-common commit + diffs: r4250 - tex-common/branches/for-tl2008/scripts

Norbert Preining preining at alioth.debian.org
Mon Oct 5 05:25:11 UTC 2009


Author: preining
Date: 2009-10-05 05:25:09 +0000 (Mon, 05 Oct 2009)
New Revision: 4250

Modified:
   tex-common/branches/for-tl2008/scripts/update-texmf-config
Log:
support old style updmap and language invocations for upgrades/old pkgs


Modified: tex-common/branches/for-tl2008/scripts/update-texmf-config
===================================================================
--- tex-common/branches/for-tl2008/scripts/update-texmf-config	2009-10-05 04:49:51 UTC (rev 4249)
+++ tex-common/branches/for-tl2008/scripts/update-texmf-config	2009-10-05 05:25:09 UTC (rev 4250)
@@ -26,12 +26,14 @@
 DOHYPHEN=off
 DOUPDMAP=off
 
+# for upgrading purpose we accept language as synonym for hyphen, and
+# updmap for map
 while [ $# -ne 0 ]; do
   case $1 in
-    hyphen)
+    hyphen|language)
       DOHYPHEN=on
       shift;;
-    map)
+    map|updmap)
       DOUPDMAP=on
       shift;;
     lsr)




More information about the Debian-tex-commits mailing list