diff options
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index bc3d9f8c0a90..5cf621b78c5e 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile | |||
@@ -145,7 +145,7 @@ build_main_index = rm -rf $(main_idx); \ | |||
145 | cat $(HTML) >> $(main_idx) | 145 | cat $(HTML) >> $(main_idx) |
146 | 146 | ||
147 | quiet_cmd_db2html = HTML $@ | 147 | quiet_cmd_db2html = HTML $@ |
148 | cmd_db2html = xmlto xhtml $(XMLTOFLAGS) -o $(patsubst %.html,%,$@) $< && \ | 148 | cmd_db2html = xmlto html $(XMLTOFLAGS) -o $(patsubst %.html,%,$@) $< && \ |
149 | echo '<a HREF="$(patsubst %.html,%,$(notdir $@))/index.html"> \ | 149 | echo '<a HREF="$(patsubst %.html,%,$(notdir $@))/index.html"> \ |
150 | $(patsubst %.html,%,$(notdir $@))</a><p>' > $@ | 150 | $(patsubst %.html,%,$(notdir $@))</a><p>' > $@ |
151 | 151 | ||