linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -mm] Tell users to install xmlto, not stylesheets
@ 2005-04-30 11:35 Alexey Dobriyan
  2005-04-30 20:04 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2005-04-30 11:35 UTC (permalink / raw)
  To: Sam Ravnborg, Kai Germaschewski; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: stylesheets_xmlto.patch --]
[-- Type: text/plain, Size: 1603 bytes --]

We have at least two users which were confused by these messages, myself
included.

Signed-off-by: Alexey Dobriyan <adobriyan@mail.ru>

--- linux-2.6.12-rc3-mm1/Documentation/DocBook/Makefile	2005-04-30 11:20:31.000000000 +0000
+++ linux-2.6.12-rc3-mm1-xmlto/Documentation/DocBook/Makefile	2005-04-30 11:22:25.000000000 +0000
@@ -101,7 +101,7 @@ quiet_cmd_db2ps = XMLTO    $@
       cmd_db2ps = xmlto ps $(XMLTOFLAGS) -o $(dir $@) $<
 %.ps : %.xml
 	@(which xmlto > /dev/null 2>&1) || \
-	 (echo "*** You need to install DocBook stylesheets ***"; \
+	 (echo "*** You need to install xmlto ***"; \
 	  exit 1)
 	$(call cmd,db2ps)
 
@@ -109,7 +109,7 @@ quiet_cmd_db2pdf = XMLTO   $@
       cmd_db2pdf = xmlto pdf $(XMLTOFLAGS) -o $(dir $@) $<
 %.pdf : %.xml
 	@(which xmlto > /dev/null 2>&1) || \
-	 (echo "*** You need to install DocBook stylesheets ***"; \
+	 (echo "*** You need to install xmlto ***"; \
 	  exit 1)
 	$(call cmd,db2pdf)
 
@@ -120,7 +120,7 @@ quiet_cmd_db2html = XMLTO  $@
 
 %.html:	%.xml
 	@(which xmlto > /dev/null 2>&1) || \
-	 (echo "*** You need to install DocBook stylesheets ***"; \
+	 (echo "*** You need to install xmlto ***"; \
 	  exit 1)
 	@rm -rf $@ $(patsubst %.html,%,$@)
 	$(call cmd,db2html)
@@ -131,7 +131,7 @@ quiet_cmd_db2man = XMLTO   $@
       cmd_db2man = if grep -q refentry $<; then xmlto man $(XMLTOFLAGS) -o $(obj)/man $< ; gzip -f $(obj)/man/*.9; fi
 %.9 : %.xml
 	@(which xmlto > /dev/null 2>&1) || \
-	 (echo "*** You need to install DocBook stylesheets ***"; \
+	 (echo "*** You need to install xmlto ***"; \
 	  exit 1)
 	$(call cmd,db2man)
 	@touch $@

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

* Re: [PATCH -mm] Tell users to install xmlto, not stylesheets
  2005-04-30 11:35 [PATCH -mm] Tell users to install xmlto, not stylesheets Alexey Dobriyan
@ 2005-04-30 20:04 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2005-04-30 20:04 UTC (permalink / raw)
  To: Kai Germaschewski, linux-kernel

On Sat, Apr 30, 2005 at 11:35:19AM +0000, Alexey Dobriyan wrote:
> 

> We have at least two users which were confused by these messages, myself
> included.

Thanks. Signed-off and forwarded.

	Sam

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

end of thread, other threads:[~2005-04-30 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-30 11:35 [PATCH -mm] Tell users to install xmlto, not stylesheets Alexey Dobriyan
2005-04-30 20:04 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).