From: Martin Waitz The start page for each book has changed from book1.html to index.html. Update our generated links acocrdingly. Signed-off-by: Martin Waitz Signed-off-by: Andrew Morton --- 25-akpm/Documentation/DocBook/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN Documentation/DocBook/Makefile~docbook-fix-html-link Documentation/DocBook/Makefile --- 25/Documentation/DocBook/Makefile~docbook-fix-html-link Mon Apr 11 14:58:18 2005 +++ 25-akpm/Documentation/DocBook/Makefile Mon Apr 11 14:58:18 2005 @@ -115,7 +115,7 @@ quiet_cmd_db2pdf = XMLTO $@ quiet_cmd_db2html = XMLTO $@ cmd_db2html = xmlto xhtml $(XMLTOFLAGS) -o $(patsubst %.html,%,$@) $< && \ - echo ' \ + echo ' \ Goto $(patsubst %.html,%,$(notdir $@))

' > $@ %.html: %.xml _