zsh-workers
 help / color / mirror / code / Atom feed
From: Zefram <zefram@fysh.org>
To: schizo@debian.org (Clint Adams)
Cc: zsh-workers@sunsite.auc.dk
Subject: Re: PATCH: the transform saga, Doc
Date: Mon, 6 Dec 1999 17:03:56 +0000 (GMT)	[thread overview]
Message-ID: <E11v1YK-0001QU-00@crucigera.fysh.org> (raw)
In-Reply-To: <19991206111521.A25416@dman.com> from Clint Adams at "Dec 6, 1999 11:15:21 am"

Clint Adams wrote:
>+	    cp -f $$file $$tfile; \
>+	  $(INSTALL_DATA) $$tfile $(DESTDIR)$(mandir)/man1 || exit 1; \

The cp is a bad idea when the name is not being transformed.  Anyway,
you don't need to create files in the build directory with the target
name: install can do it.

	$(INSTALL_DATA) $(sdir)/$$file $(DESTDIR)$(mandir)/man1/$$tfile

-zefram


  reply	other threads:[~1999-12-06 17:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-06 16:15 Clint Adams
1999-12-06 17:03 ` Zefram [this message]
1999-12-06 17:55   ` Clint Adams

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=E11v1YK-0001QU-00@crucigera.fysh.org \
    --to=zefram@fysh.org \
    --cc=schizo@debian.org \
    --cc=zsh-workers@sunsite.auc.dk \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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