<newsletter:master> Make link backlinks to toc link to top of toc for html

Frank Lanitz git-noreply at xxxxx
Sun Apr 3 12:24:01 UTC 2011


Updating branch refs/heads/master
         to 46eb6fda6646f9531c15d304d40c5928c0b63114 (commit)
       from 8f888fd530c9e00d35105f3f073ae31b340aa995 (commit)

commit 46eb6fda6646f9531c15d304d40c5928c0b63114
Author: Frank Lanitz <frank at frank.uvena.de>
Date:   Sun Apr 3 14:20:44 2011 +0200

    Make link backlinks to toc link to top of toc for html

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 6c2ce83..f272f52 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ clean:
 	rm -f $(OUTPUTS)
 
 .rst.html:
-	rst2html --stylesheet=style.css $< > $@
+	rst2html --stylesheet=style.css --toc-top-backlinks $< > $@
 
 .rst.pdf:
 	rst2pdf $< -o $@



More information about the Newsletter-Commits mailing list