From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7379 invoked from network); 7 Jan 2000 19:22:38 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Jan 2000 19:22:38 -0000 Received: (qmail 946 invoked by alias); 7 Jan 2000 19:22:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9265 Received: (qmail 939 invoked from network); 7 Jan 2000 19:22:28 -0000 Subject: Re: PATCH: docs In-Reply-To: <200001071449.PAA23487@beta.informatik.hu-berlin.de> from Sven Wischnowsky at "Jan 7, 2000 03:49:02 pm" To: Sven Wischnowsky Date: Fri, 7 Jan 2000 19:22:27 +0000 (GMT) CC: zsh-workers@sunsite.auc.dk X-Mailer: ELM [version 2.4ME+ PL65 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: From: Zefram Sven Wischnowsky wrote: >And is there a reason why `make clean' doesn't remove the manual files >and the automatically created files in Doc/Zsh? If so, the last hunk >for Makefile.in shouldn't be applied. Yes. They're included in the distribution, and so shouldn't be removed by `make clean' or `make distclean'; they should be removed by `make realclean'. -zefram