From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: lkml <linux-kernel@vger.kernel.org>,
torvalds <torvalds@linux-foundation.org>
Subject: Re: [PATCH] docbook: fixup media support files for htmldocs also
Date: Tue, 10 Aug 2010 09:10:03 -0300 [thread overview]
Message-ID: <4C61419B.9040409@infradead.org> (raw)
In-Reply-To: <20100809163040.137c6571.randy.dunlap@oracle.com>
Em 09-08-2010 20:30, Randy Dunlap escreveu:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> 'make htmldocs' produces errors due to missing a supporting media
> file, so add 'xmldoclinks' to the htmldocs dependencies so that the
> needed supporting file will be present.
>
> linux-2.6.35-git8/DOC1/Documentation/DocBook/media.xml:4: warning: failed to load external entity "linux-2.6.35-git8/DOC1/Documentation/DocBook/media-entities.tmpl"
>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
> ---
> Documentation/DocBook/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-2.6.35-git8.orig/Documentation/DocBook/Makefile
> +++ linux-2.6.35-git8/Documentation/DocBook/Makefile
> @@ -45,7 +45,7 @@ PDF := $(patsubst %.xml, %.pdf, $(BOOKS)
> pdfdocs: $(PDF)
>
> HTML := $(sort $(patsubst %.xml, %.html, $(BOOKS)))
> -htmldocs: $(HTML)
> +htmldocs: $(HTML) xmldoclinks
> $(call build_main_index)
> $(call build_images)
>
> ---
prev parent reply other threads:[~2010-08-10 12:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-09 23:30 Randy Dunlap
2010-08-10 12:10 ` Mauro Carvalho Chehab [this message]
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=4C61419B.9040409@infradead.org \
--to=mchehab@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=randy.dunlap@oracle.com \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome