diff options
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/Makefile | 4 | ||||
-rw-r--r-- | Doc/html/index.html.in | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 0fd1956..aa61088 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -53,7 +53,9 @@ mac: mac/mac.html ref: ref/ref.html tut: tut/tut.html -$(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat +$(INDEXFILES): $(COMMONPERL) \ + $(TOPDIR)/html/about.dat \ + $(TOPDIR)/tools/node2label.pl # The index.html target is at the end since it screws up font-lock. diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in index 1ccacaa..a921cd2 100644 --- a/Doc/html/index.html.in +++ b/Doc/html/index.html.in @@ -1,6 +1,6 @@ <html> <head> - <title>Python 1.5.2 Documentation</title> + <title>Python @RELEASE@ Documentation - @DATE@</title> <link rel=STYLESHEET href="lib/lib.css" type="text/css"> <style type="text/css"> a.title { font-weight: bold; font-size: 110%; } @@ -38,7 +38,7 @@ </p> </div> - <table> + <table align="center"> <tbody> <tr><td> <ul> |