Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: the transform saga, Doc
- X-seq: zsh-workers 8919
- From: Zefram <zefram@xxxxxxxx>
- To: schizo@xxxxxxxxxx (Clint Adams)
- Subject: Re: PATCH: the transform saga, Doc
- Date: Mon, 6 Dec 1999 17:03:56 +0000 (GMT)
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <19991206111521.A25416@xxxxxxxx> from Clint Adams at "Dec 6, 1999 11:15:21 am"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author