Mercurial > hg > octave-nkf
diff doc/liboctave/Makefile.in @ 4084:babc519f245b
[project @ 2002-10-03 03:23:14 by jwe]
author | jwe |
---|---|
date | Thu, 03 Oct 2002 03:23:15 +0000 |
parents | 55c8eee153cb |
children | 040314da2fec |
line wrap: on
line diff
--- a/doc/liboctave/Makefile.in +++ b/doc/liboctave/Makefile.in @@ -36,7 +36,7 @@ %.spell : %.texi rm -f $@ - sed -e 's/@@/ at /g' -e 's/@[a-zA-Z]*//g' $< | spell > $@.tmp + $(SED) -e 's/@@/ at /g' -e 's/@[a-zA-Z]*//g' $< | spell > $@.tmp mv $@.tmp $@ all: liboctave.info liboctave.dvi liboctave.ps liboctave_toc.html