浏览代码

[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 <tali@admingilde.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Martin Waitz 20 年之前
父节点
当前提交
4fa35166c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/DocBook/Makefile

+ 1 - 1
Documentation/DocBook/Makefile

@@ -115,7 +115,7 @@ quiet_cmd_db2pdf = XMLTO   $@
 
 
 quiet_cmd_db2html = XMLTO  $@
 quiet_cmd_db2html = XMLTO  $@
       cmd_db2html = xmlto xhtml $(XMLTOFLAGS) -o $(patsubst %.html,%,$@) $< && \
       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>' > $@
          Goto $(patsubst %.html,%,$(notdir $@))</a><p>' > $@
 
 
 %.html:	%.xml
 %.html:	%.xml