From: Yaroslav Halchenko Date: Fri, 8 Jun 2012 17:46:17 +0000 (-0400) Subject: BF: $$ for Makefile X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a14ecabed590b3c923018b53a0074d0c59795ca3;p=neurodebian.git BF: $$ for Makefile --- 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