1 # This makefile for Readline library documentation is in -*- text -*- mode.
2 # Emacs likes it that way.
4 DVIOBJ = readline.dvi history.dvi
5 INFOBJ = readline.info history.info
7 all: $(DVIOBJ) $(INFOBJ)
9 readline.dvi: texindex rlman.texinfo rluser.texinfo rltech.texinfo
13 mv rlman.dvi readline.dvi
15 history.dvi: texindex hist.texinfo hsuser.texinfo hstech.texinfo
18 mv hist.dvi history.dvi
20 readline.info: rlman.texinfo rluser.texinfo rltech.texinfo
21 makeinfo rlman.texinfo
23 history.info: hist.texinfo hsuser.texinfo hstech.texinfo
27 $(CC) -o $@ $(LDFLAGS) $(CFLAGS) $?
28 texindex.o: texindex.c
31 rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs \
32 *.fns *.kys *.tps *.vrs *.o core texindex
35 rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs \
36 *.dvi *.info *.info-* *.fns *.kys *.tps *.vrs *.o core texindex