mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] docbook: fixup media support files for htmldocs also
@ 2010-08-09 23:30 Randy Dunlap
  2010-08-10 12:10 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2010-08-09 23:30 UTC (permalink / raw)
  To: lkml, torvalds; +Cc: Mauro Carvalho Chehab

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>
---
 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)
 
---

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] docbook: fixup media support files for htmldocs also
  2010-08-09 23:30 [PATCH] docbook: fixup media support files for htmldocs also Randy Dunlap
@ 2010-08-10 12:10 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2010-08-10 12:10 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml, torvalds

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)
>  
> ---


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-10 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-09 23:30 [PATCH] docbook: fixup media support files for htmldocs also Randy Dunlap
2010-08-10 12:10 ` Mauro Carvalho Chehab

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