linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: polo@sergioyamada.com.br
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Documentation/DocBook/Makefile - 2.4.19-rc1
Date: 24 Jun 2002 20:13:40 -0000	[thread overview]
Message-ID: <20020624201340.2254.qmail@sergioyamada.com.br> (raw)


Hi all,

A little patch to fix somethings that I think it isn't correct.

--- linux/Documentation/DocBook/Makefile.orig   Mon Jun 24 15:50:07 2002
+++ linux/Documentation/DocBook/Makefile        Mon Jun 24 15:53:36 2002
@@ -26,9 +26,15 @@
 man:   kernel-api-man

 %.eps: %.fig
+       @(which fig2dev > /dev/null 2>&1) || \
+        (echo "*** You need to instal transfig ***"; \
+         exit 1)
        fig2dev -Leps $< $@

 %.png: %.fig
+       @(which fig2dev > /dev/null 2>&1) || \
+        (echo "*** You need to instal transfig ***"; \
+         exit 1)
        fig2dev -Lpng $< $@

 %.sgml: %.c
@@ -160,19 +166,19 @@

 %.ps : %.sgml
        @(which db2ps > /dev/null 2>&1) || \
-        (echo "*** You need to install DocBook stylesheets ***"; \
+        (echo "*** You need to install DocBook utils ***"; \
          exit 1)
        db2ps $<

 %.pdf : %.sgml
        @(which db2pdf > /dev/null 2>&1) || \
-        (echo "*** You need to install DocBook stylesheets ***"; \
+        (echo "*** You need to install DocBook utils ***"; \
          exit 1)
        db2pdf $<

 %:     %.sgml
        @(which db2html > /dev/null 2>&1) || \
-        (echo "*** You need to install DocBook stylesheets ***"; \
+        (echo "*** You need to install DocBook utils ***"; \
          exit 1)
        rm -rf $@
        db2html $<

                 reply	other threads:[~2002-06-24 20:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20020624201340.2254.qmail@sergioyamada.com.br \
    --to=polo@sergioyamada.com.br \
    --cc=linux-kernel@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 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).