summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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: