Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug making FAQ.html in 3.1.2-test1
- X-seq: zsh-workers 3102
- From: Peter Stephenson <pws@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Bug making FAQ.html in 3.1.2-test1
- Date: Fri, 09 May 1997 13:26:39 +0200
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 <pws@xxxxxx>       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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author