From 94633ca690671c58b3218534a00da4117e37a068 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 6 Dec 2004 00:55:10 +0000 Subject: [PATCH] (maintainer-clean): Remove the info files in $(infodir) where they are created. --- lispref/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lispref/Makefile.in b/lispref/Makefile.in index 1155be99da5..c0e3b54c952 100644 --- a/lispref/Makefile.in +++ b/lispref/Makefile.in @@ -124,7 +124,8 @@ clean: distclean: clean maintainer-clean: clean - rm -f elisp elisp-[1-9] elisp-[1-9][0-9] elisp.dvi elisp.oaux + rm -f elisp.dvi elisp.oaux + cd $(infodir); rm -f elisp elisp-[1-9] elisp-[1-9][0-9] dist: $(infodir)/elisp elisp.dvi -rm -rf temp -- 2.39.5