From: Don Scorgie <DonScorgie@Blueyonder.co.uk>
To: kernel-janitors@vger.kernel.org
Subject: [Kernel-janitors] Patch to make html docs properly
Date: Tue, 16 Mar 2004 20:41:08 +0000 [thread overview]
Message-ID: <1079469668.5026.13.camel@localhost> (raw)
hi,
When making htmldocs, the front file (*.html in the Documantation/
DocBook directory) sends the user to the wrong file (as far as I can
tell). This little patch fixes this.
Hope this is ok. If this is, I hope to fix up some of the API
references...
Thanks
Don
diff -Nur linux-2.6.4/Documentation/DocBook/Makefile linux-2.6.4.bak/
Documentation/DocBook/Makefile
--- linux-2.6.4/Documentation/DocBook/Makefile 2004-03-16
20:29:59.625122885 +0000
+++ linux-2.6.4.bak/Documentation/DocBook/Makefile 2004-03-16
20:26:21.503805414 +0000
@@ -124,7 +124,7 @@
quiet_cmd_db2html = DB2HTML $@
cmd_db2html = db2html -o $(patsubst %.html,%,$@) $< &&
\
- echo '<a HREF="$(patsubst %.html,%,$(notdir $@))/index.
html"> \
+ echo '<a HREF="$(patsubst %.html,%,$(notdir $@))/book1.
html"> \
Goto $(patsubst %.html,%,$(notdir $@))</a><p>' > $@
%.html: %.sgml
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
next reply other threads:[~2004-03-16 20:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-16 20:41 Don Scorgie [this message]
2004-03-17 17:30 ` [Kernel-janitors] Patch to make html docs properly Randy.Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1079469668.5026.13.camel@localhost \
--to=donscorgie@blueyonder.co.uk \
--cc=kernel-janitors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.