diff options
Diffstat (limited to 'gnu/lib/libreadline/doc/Makefile')
| -rw-r--r-- | gnu/lib/libreadline/doc/Makefile | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/gnu/lib/libreadline/doc/Makefile b/gnu/lib/libreadline/doc/Makefile index 0a6630de4ab3..e64837b2c8a5 100644 --- a/gnu/lib/libreadline/doc/Makefile +++ b/gnu/lib/libreadline/doc/Makefile @@ -1,25 +1,3 @@ -# This makefile for History library documentation is in -*- text -*- mode. -# Emacs likes it that way. +INFO = history readline -INFOBJ = readline.info history.info - -all: info - -readline.info: rlman.texinfo rluser.texinfo rltech.texinfo - makeinfo rlman.texinfo - -history.info: hist.texinfo hsuser.texinfo hstech.texinfo - makeinfo hist.texinfo - -info: $(INFOOBJ) - -clean: - rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs \ - *.fns *.kys *.tps *.vrs *.o core - -squeaky-clean: - rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs \ - *.info *.info-* *.fns *.kys *.tps *.vrs *.o core - -distclean: clean -realclean: clean +.include <bsd.info.mk> |
