From a345753baadd853d4ab88bd731c0bffeaea6a353 Mon Sep 17 00:00:00 2001 From: Ben Lynn Date: Mon, 24 Sep 2007 03:01:50 -0700 Subject: [PATCH] Moved Google Analytics code to makeover script --- custom-html.xsl | 6 ------ makeover | 8 ++++++++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/custom-html.xsl b/custom-html.xsl index f64af35..98342f6 100644 --- a/custom-html.xsl +++ b/custom-html.xsl @@ -16,12 +16,6 @@ - - diff --git a/makeover b/makeover index d527851..47405cd 100755 --- a/makeover +++ b/makeover @@ -44,5 +44,13 @@ done sed '/^<\/body/i ' -i $BOOKDIR/*.html +sed '/<\/body>/ i \ + \ +' -i $BOOKDIR/*.html + mv $BOOKDIR/pr01.html $BOOKDIR/index.html rm toc.tmp -- 2.11.4.GIT