diff options
Diffstat (limited to 'Doc/html/Makefile')
-rw-r--r-- | Doc/html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 03f3d04..6b2827b 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -19,7 +19,7 @@ MKHTML= $(MKHOWTO) --html BUILDINDEX=$(TOOLSDIR)/buildindex.py -PYTHONDOCS='<hr>See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.' +PYTHONDOCS='See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.' HTMLBASE= file:`pwd` INDEXFILES=api/api.html \ |