Finish MINUS_G eradication per current configuration strategy.

This commit is contained in:
Fred Fish
1992-04-22 21:51:57 +00:00
parent 61984ba242
commit ef40037a0d

View File

@ -1,36 +1,13 @@
# This makefile for Readline library documentation is in -*- text -*- mode. # This file was generated automatically by configure. Do not edit.
# Emacs likes it that way. VPATH = .
links =
DVIOBJ = readline.dvi history.dvi host_alias = ncr3000
INFOBJ = readline.info history.info host_cpu = i386
host_vendor = ncr
all: $(DVIOBJ) $(INFOBJ) host_os = sysv4
target_alias = ncr3000
readline.dvi: texindex rlman.texinfo rluser.texinfo rltech.texinfo target_cpu = i386
tex rlman.texinfo target_vendor = ncr
./texindex rlman.?? target_os = sysv4
tex rlman.texinfo host_makefile_frag = ../config/mh-ncr3000
mv rlman.dvi readline.dvi ALL=all.internal
history.dvi: texindex hist.texinfo hsuser.texinfo hstech.texinfo
tex hist.texinfo
tex hist.texinfo
mv hist.dvi history.dvi
readline.info: rlman.texinfo rluser.texinfo rltech.texinfo
makeinfo rlman.texinfo
history.info: hist.texinfo hsuser.texinfo hstech.texinfo
makeinfo hist.texinfo
texindex: texindex.o
$(CC) -o $@ $(LDFLAGS) $(CFLAGS) $?
texindex.o: texindex.c
clean:
rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs \
*.fns *.kys *.tps *.vrs *.o core texindex
squeaky-clean:
rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs \
*.dvi *.info *.info-* *.fns *.kys *.tps *.vrs *.o core texindex