From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3424 invoked by alias); 2 Feb 2014 21:10:23 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32338 Received: (qmail 7954 invoked from network); 2 Feb 2014 21:10:18 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 From: Bart Schaefer Message-id: <140202131034.ZM14090@torch.brasslantern.com> Date: Sun, 02 Feb 2014 13:10:34 -0800 X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Pre-5.0.5 follow-up part 2: Another help files build tweak MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Applying the pattern that the build uses when yodl is not available, this creates an empty Doc/help.txt target even if Util/helpfiles fails. This is not needed if the documentation tarball has been extracted, but avoids a spurious build failure otherwise. diff --git a/Doc/Makefile.in b/Doc/Makefile.in index 50e210f..af0a2b5 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -191,7 +191,8 @@ help.txt: zshbuiltins.1 @-rm -f $(sdir)/help.txt $(sdir)/help/* perl $(sdir_top)/Util/helpfiles \ $(sdir)/zshbuiltins.1 $(sdir)/help $(sdir)/help.txt \ - || { rm -f $(sdir)/help.txt $(sdir)/help/*; false; } + || rm -f $(sdir)/help.txt $(sdir)/help/* + touch $(sdir)/$@ $(MAN): zmacros.yo zman.yo