From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 889 invoked from network); 9 May 1997 11:35:18 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 9 May 1997 11:35:18 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id HAA02936; Fri, 9 May 1997 07:23:17 -0400 (EDT) Resent-Date: Fri, 9 May 1997 07:23:17 -0400 (EDT) Message-Id: <199705091126.NAA13140@hydra.ifh.de> To: zsh-workers@math.gatech.edu (Zsh hackers list) Subject: Bug making FAQ.html in 3.1.2-test1 Date: Fri, 09 May 1997 13:26:39 +0200 From: Peter Stephenson Resent-Message-ID: <"V6_cn.0.mj.aamSp"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3102 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu yodl2html doesn't take the same arguments as yodl, so the suffix rule for .yo -> .html is wrong. *** Etc/Makefile.in.hty Fri May 9 13:23:36 1997 --- Etc/Makefile.in Fri May 9 13:24:02 1997 *************** *** 37,43 **** .SUFFIXES: .yo .html .yo.html: ! $(YODL2HTML) -o $@ $< # all files in this directory included in the distribution DIST = Makefile.in BUGS CONTRIBUTORS FAQ FEATURES \ --- 37,43 ---- .SUFFIXES: .yo .html .yo.html: ! $(YODL2HTML) $< # all files in this directory included in the distribution DIST = Makefile.in BUGS CONTRIBUTORS FAQ FEATURES \ -- Peter Stephenson Tel: +49 33762 77366 WWW: http://www.ifh.de/~pws/ Fax: +49 33762 77413 Deutsches Elektronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen DESY-IfH, 15735 Zeuthen, Germany.