From a14ecabed590b3c923018b53a0074d0c59795ca3 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 8 Jun 2012 13:46:17 -0400 Subject: [PATCH] BF: $$ for Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b90a01..305b101 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ html: pics source cp -r sphinx/survey/2011/figures/* $(WWW_DIR)/_images/ @echo "I: extracting header/trailer to be reused in non-sphinx pages" sed -ne '1,//p' $(WWW_DIR)/index.html >| $(WWW_DIR)/_static/index-header.ihtml - sed -ne '/

Comments<\/h2>/,$p' $(WWW_DIR)/index.html >| $(WWW_DIR)/_static/index-trailer.ihtml + sed -ne '/

Comments<\/h2>/,$$p' $(WWW_DIR)/index.html >| $(WWW_DIR)/_static/index-trailer.ihtml clean: -rm html-stamp source-stamp upload-website-stamp -- 2.39.2