diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-06-14 09:12:41 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-06-14 09:12:41 +0000 |
commit | c0b53cd26dd35330a915637b11bfd57a2a793d4e (patch) | |
tree | 674dd8639f47a7768ec9fb5a6e92e29d779fa09b /Master/bin/x86_64-linux/tpic2pdftex | |
parent | cd0be64152207dc2e02a6443d22a6bb1d21562e5 (diff) |
update x86_64-linux binaries
git-svn-id: svn://tug.org/texlive/trunk@22971 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/x86_64-linux/tpic2pdftex')
-rwxr-xr-x | Master/bin/x86_64-linux/tpic2pdftex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/bin/x86_64-linux/tpic2pdftex b/Master/bin/x86_64-linux/tpic2pdftex index 16fef2c8fff..412dc0d771f 100755 --- a/Master/bin/x86_64-linux/tpic2pdftex +++ b/Master/bin/x86_64-linux/tpic2pdftex @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: tpic2pdftex,v 1.97 2010/01/16 11:51:43 hahe Exp $ +# $Id: tpic2pdftex 22938 2011-06-12 22:03:14Z karl $ # # Experimental awk-script for conversion of tpic \specials as produced # by (groff-)pic into pdfTeX \pdfliteral sections for further processing @@ -40,6 +40,8 @@ # hartmut_henkel@gmx.de # # NEWS: +# 11 Jun. 2011 - sh construct portability +# (patch from Nelson Beebe) # 24 Dec. 2009 - use gawk for default awk only if it exists # (patch by Karl Berry). # 14 Jan. 2007 - make it executable shell script, calling awk |