From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1477 invoked from network); 30 Sep 1999 02:11:37 -0000 Received: from mail2.primenet.com.au (HELO primenet.com.au) (?GC0KkXpZrAA4xpF+TPAq1BHH9FYhXY8m?@203.24.36.6) by ns1.primenet.com.au with SMTP; 30 Sep 1999 02:11:37 -0000 Received: (qmail 13934 invoked from network); 29 Sep 1999 22:05:32 -0000 Received: from sunsite.auc.dk (130.225.51.30) by mail2.primenet.com.au with SMTP; 29 Sep 1999 22:05:32 -0000 Received: (qmail 3614 invoked by alias); 29 Sep 1999 22:05:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8106 Received: (qmail 3607 invoked from network); 29 Sep 1999 22:05:11 -0000 Date: Wed, 29 Sep 1999 23:05:08 +0100 From: Adam Spiers To: zsh workers mailing list Subject: PATCH: Doc/Makefile.in missing $(DESTDIR) Message-ID: <19990929230508.A15123@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh workers mailing list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i X-URL: http://www.new.ox.ac.uk/~adam/ X-OS: Linux 2.2.9 i686 Index: Doc/Makefile.in =================================================================== RCS file: /usr/local/cvsroot/zsh/Doc/Makefile.in,v retrieving revision 1.3 diff -u -r1.3 Makefile.in --- Doc/Makefile.in 1999/09/29 19:29:50 1.3 +++ Doc/Makefile.in 1999/09/29 21:57:08 @@ -186,7 +186,7 @@ fi || exit 1; \ done if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ - install-info --dir-file=$(infodir)/dir $(infodir)/zsh.info; \ + install-info --dir-file=$(DESTDIR)$(infodir)/dir $(DESTDIR)$(infodir)/zsh.info; \ else true; fi install.html: zsh_toc.html