Make hrefs to tspl4 absolute.
original commit: e9ac8a46d34623842ed2844747959f3dbb39525f
This commit is contained in:
parent
b2dee877b1
commit
2461efa0f5
|
@ -116,7 +116,7 @@ tspl.aux: ${TSPL}/tspl.aux
|
|||
|
||||
tspl.haux: ${TSPL}/tspl.haux
|
||||
sed -e 's/(putprop (quote /(putprop (quote |TSPL|:/' ${TSPL}/tspl.haux | \
|
||||
sed -e 's;url) ";url) "${TSPL}/;' > tspl.haux
|
||||
sed -e 's;url) ";url) "http://scheme.com/${TSPL}/;' > tspl.haux
|
||||
|
||||
tspl.rfm: ${TSPL}/tspl.rfm
|
||||
sed -e 's/\\pageref{/\\pageref{TSPL:/' ${TSPL}/tspl.rfm > tspl.rfm
|
||||
|
@ -131,7 +131,7 @@ tspl.idx: ${TSPL}/tspl.idx
|
|||
sed -e 's/{\([ivx][ivx]*\)}$$/{t\1}/' > tspl.idx
|
||||
|
||||
in.hidx: ${TSPL}/out.hidx
|
||||
sed -e 's;"\(.*\)\.html#;"${TSPL}/\1.html#;' ${TSPL}/out.hidx | \
|
||||
sed -e 's;"\(.*\)\.html#;"http://scheme.com/${TSPL}/\1.html#;' ${TSPL}/out.hidx | \
|
||||
sed -e 's/"")$$/"t")/' > in.hidx
|
||||
|
||||
$(texsrc): tspl4-prep.stex priminfo.ss ../s/primdata.ss
|
||||
|
|
Loading…
Reference in New Issue
Block a user