diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-04-01 06:37:08 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-04-01 06:37:08 +0000 |
commit | 130e660fb979d78b0d5fe49e2fb1d01d3f01b7a9 (patch) | |
tree | e75fceb0cd099a4f70dd7a57968bc6fd516a57c0 /Build/source/texk/tex4htk/httex.sh | |
parent | 02550d8b7a9abf4b5d9efbb7968f5995133f6e61 (diff) |
utils/xindy and texk/tex4htk: Use Makefile fragment for linked scripts
git-svn-id: svn://tug.org/texlive/trunk@21911 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tex4htk/httex.sh')
-rwxr-xr-x | Build/source/texk/tex4htk/httex.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/tex4htk/httex.sh b/Build/source/texk/tex4htk/httex.sh new file mode 100755 index 00000000000..44920e72077 --- /dev/null +++ b/Build/source/texk/tex4htk/httex.sh @@ -0,0 +1,9 @@ +#!/bin/sh + tex $5 '\def\Link#1.a.b.c.{\expandafter\def\csname tex4ht\endcsname{\expandafter\def\csname tex4ht\endcsname{#1,html}\input tex4ht.sty }}\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx"\HCode\def\HCode"##1"{\Link##1}\expandafter\HCode\else\expandafter\Link\fi}\HCode '$2'.a.b.c.\input ' $1 + tex $5 '\def\Link#1.a.b.c.{\expandafter\def\csname tex4ht\endcsname{\expandafter\def\csname tex4ht\endcsname{#1,html}\input tex4ht.sty }}\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx"\HCode\def\HCode"##1"{\Link##1}\expandafter\HCode\else\expandafter\Link\fi}\HCode '$2'.a.b.c.\input ' $1 + tex $5 '\def\Link#1.a.b.c.{\expandafter\def\csname tex4ht\endcsname{\expandafter\def\csname tex4ht\endcsname{#1,html}\input tex4ht.sty }}\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx"\HCode\def\HCode"##1"{\Link##1}\expandafter\HCode\else\expandafter\Link\fi}\HCode '$2'.a.b.c.\input ' $1 + tex4ht -f/$1 -i~/tex4ht.dir/texmf/tex4ht/ht-fonts/$3 + t4ht -f/$1 $4 ## -d~/WWW/temp/ -m644 + + + |