comparison doc/interpreter/Makefile.in @ 2689:8c7955a8d49f

[project @ 1997-02-18 09:06:10 by jwe]
author jwe
date Tue, 18 Feb 1997 09:09:12 +0000
parents fe5e83216458
children a6e4de502512
comparison
equal deleted inserted replaced
2688:fe5e83216458 2689:8c7955a8d49f
45 # Look for version.h to get version information. 45 # Look for version.h to get version information.
46 xfiles := $(TOPDIR)/src/version.h $(srcdir)/$(TOPDIR)/src/version.h 46 xfiles := $(TOPDIR)/src/version.h $(srcdir)/$(TOPDIR)/src/version.h
47 47
48 version_file := $(firstword $(foreach file, $(xfiles), $(wildcard $(file)))) 48 version_file := $(firstword $(foreach file, $(xfiles), $(wildcard $(file))))
49 49
50 SPELL = $(patsubst %.texi, %.spell, $(ALL_TEXINFO)) 50 SPELL = $(patsubst %.texi, %.spell, $(TEXINFO))
51 51
52 %.spell : %.texi 52 %.spell : %.texi
53 rm -f $@ 53 rm -f $@
54 sed -e 's/@@/ at /g' -e 's/@[a-zA-Z]*//g' $< | spell > $@.tmp 54 sed -e 's/@@/ at /g' -e 's/@[a-zA-Z]*//g' $< | spell > $@.tmp
55 mv $@.tmp $@ 55 mv $@.tmp $@