From 2461efa0f5c627f94fd349c111f9f658cf975750 Mon Sep 17 00:00:00 2001 From: Michael Lenaghan Date: Thu, 12 May 2016 21:52:05 -0400 Subject: [PATCH] Make hrefs to tspl4 absolute. original commit: e9ac8a46d34623842ed2844747959f3dbb39525f --- csug/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csug/Makefile b/csug/Makefile index af6b9af205..a078abc665 100644 --- a/csug/Makefile +++ b/csug/Makefile @@ -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