diff options
author | Norbert Preining <preining@logic.at> | 2015-04-20 01:48:35 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2015-04-20 01:48:35 +0000 |
commit | f1bde811a118a0e548ae46b2c234bfc5d99cf674 (patch) | |
tree | aee3a7fa6bd67d71b3c1e99cda19a78cadb173a1 /Master/texmf-dist | |
parent | f4c059a410e263a3ab0ea62def3910fc817000db (diff) |
make fmtutil-sys and updmap-sys in Master the main one, set svn keyword exp
git-svn-id: svn://tug.org/texlive/trunk@36962 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/fmtutil-sys.sh | 3 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/updmap-sys.sh | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/fmtutil-sys.sh b/Master/texmf-dist/scripts/texlive/fmtutil-sys.sh index 37fb0fafc46..f0b8aabb79a 100755 --- a/Master/texmf-dist/scripts/texlive/fmtutil-sys.sh +++ b/Master/texmf-dist/scripts/texlive/fmtutil-sys.sh @@ -1,6 +1,7 @@ #!/bin/sh -# $Id: updmap-sys.sh 35626 2014-11-20 19:08:47Z karl $ +# $Id$ # fmtutil-sys - arrange for fmtutil to affect system directories. +# Maintained in Master/texmf-dist/scripts/texlive/ # Public domain. Originally written by Thomas Esser. test -f /bin/ksh && test -z "$RUNNING_KSH" \ diff --git a/Master/texmf-dist/scripts/texlive/updmap-sys.sh b/Master/texmf-dist/scripts/texlive/updmap-sys.sh index 4daaf9b3257..447a75f121d 100755 --- a/Master/texmf-dist/scripts/texlive/updmap-sys.sh +++ b/Master/texmf-dist/scripts/texlive/updmap-sys.sh @@ -1,6 +1,7 @@ #!/bin/sh -# $Id: updmap-sys.sh 35626 2014-11-20 19:08:47Z karl $ +# $Id$ # updmap-sys - arrange for updmap to affect system directories. +# Maintained in Master/texmf-dist/scripts/texlive/ # Public domain. Originally written by Thomas Esser. test -f /bin/ksh && test -z "$RUNNING_KSH" \ |