From: Martin Waitz Date: Sun, 1 May 2005 15:59:28 +0000 (-0700) Subject: [PATCH] DocBook: fix html link X-Git-Tag: v2.6.12-rc4~136^2~21 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=4fa35166c540073a2c6e450683c776f68e8b5569;p=linux-2.6-omap-h63xx.git [PATCH] DocBook: fix html link 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 Signed-off-by: Linus Torvalds --- diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index 39c87666db3..83bcb0ae091 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -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