summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-11-16 22:24:58 +0000
committerNick White <git@njw.me.uk>2010-11-16 22:24:58 +0000
commitccef43afa3395b1a71e937555e91468300134cc9 (patch)
treea92d5cccdf4af984aeb129a8d177e123f07bf1ed /Makefile
parenta002582c9061ea4d13633ebb8af72b20496a4586 (diff)
downloadnjw-website-ccef43afa3395b1a71e937555e91468300134cc9.tar.bz2
njw-website-ccef43afa3395b1a71e937555e91468300134cc9.zip
Add Umberto Eco quote to index page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c9d583..9b8b711 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ writing/index.txt: $(BIB) $(WRITING)
index.html: index.txt
echo making $@
sed "s/TITLE/`head -n 1 < $<`/" < includes/header.xml > $@
- $(MD) $< | sed 's/<p>/<p style="text-align:center">/' >> $@
+ $(MD) $< | sed 's/<p><a href="software/<p style="text-align:center"><a href="software/' >> $@
sed '2d' < includes/footer.xml >> $@
clean: