]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[PATCH] DocBook: fix html link
authorMartin Waitz <tali@admingilde.org>
Sun, 1 May 2005 15:59:28 +0000 (08:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:59:28 +0000 (08:59 -0700)
The start page for each book has changed from book1.html to index.html.
Update our generated links acocrdingly.

Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/DocBook/Makefile

index 39c87666db31690a7a9c98a5d317ab0f6b3fb17f..83bcb0ae09172a2cdd1e7104f4d251f0db208cd7 100644 (file)
@@ -115,7 +115,7 @@ quiet_cmd_db2pdf = XMLTO   $@
 
 quiet_cmd_db2html = XMLTO  $@
       cmd_db2html = xmlto xhtml $(XMLTOFLAGS) -o $(patsubst %.html,%,$@) $< && \
-               echo '<a HREF="$(patsubst %.html,%,$(notdir $@))/book1.html"> \
+               echo '<a HREF="$(patsubst %.html,%,$(notdir $@))/index.html"> \
          Goto $(patsubst %.html,%,$(notdir $@))</a><p>' > $@
 
 %.html:        %.xml