freebsd-dev/gnu/lib/libreadline/doc/Makefile

26 lines
626 B
Makefile
Raw Normal View History

1994-05-09 23:24:44 +00:00
# This makefile for History library documentation is in -*- text -*- mode.
# Emacs likes it that way.
1994-12-06 03:16:45 +00:00
INFOBJ = readline.info history.info
1994-12-06 03:16:45 +00:00
all: info
1994-12-06 03:16:45 +00:00
readline.info: rlman.texinfo rluser.texinfo rltech.texinfo
makeinfo rlman.texinfo
history.info: hist.texinfo hsuser.texinfo hstech.texinfo
makeinfo hist.texinfo
1994-12-06 03:16:45 +00:00
info: $(INFOOBJ)
1994-05-09 23:24:44 +00:00
clean:
1994-05-09 23:24:44 +00:00
rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs \
1994-12-06 03:16:45 +00:00
*.fns *.kys *.tps *.vrs *.o core
squeaky-clean:
1994-05-09 23:24:44 +00:00
rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs \
1994-12-06 03:16:45 +00:00
*.info *.info-* *.fns *.kys *.tps *.vrs *.o core
distclean: clean
realclean: clean