All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ondrej Mular <omular@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH] fencing: correct default values in manual pages for symlinks
Date: Thu, 30 Jan 2014 03:33:37 -0500 (EST)	[thread overview]
Message-ID: <332787582.6531755.1391070817738.JavaMail.root@redhat.com> (raw)
In-Reply-To: <608005136.6518115.1391066551172.JavaMail.root@redhat.com>

---
 make/fenceman.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make/fenceman.mk b/make/fenceman.mk
index d4f0377..163fe88 100644
--- a/make/fenceman.mk
+++ b/make/fenceman.mk
@@ -1,7 +1,7 @@
 %.8: $(TARGET) $(top_srcdir)/fence/agents/lib/fence2man.xsl
 	set -e && \
 	PYTHONPATH=$(abs_srcdir)/../lib:$(abs_builddir)/../lib \
-		python $^ -o metadata > .$@.tmp && \
+		python $(@:%.8=%) -o metadata > .$@.tmp && \
 	xmllint --noout --relaxng $(abs_srcdir)/../lib/metadata.rng .$@.tmp && \
 	xsltproc $(top_srcdir)/fence/agents/lib/fence2man.xsl .$@.tmp > $@
 
-- 
1.8.3.1



           reply	other threads:[~2014-01-30  8:33 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <608005136.6518115.1391066551172.JavaMail.root@redhat.com>]

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=332787582.6531755.1391070817738.JavaMail.root@redhat.com \
    --to=omular@redhat.com \
    /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.