From: Richard M. Stallman Date: Mon, 6 Dec 2004 00:55:10 +0000 (+0000) Subject: (maintainer-clean): Remove the info files in $(infodir) where they are created. X-Git-Tag: ttn-vms-21-2-B4~3421 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=94633ca690671c58b3218534a00da4117e37a068;p=emacs.git (maintainer-clean): Remove the info files in $(infodir) where they are created. --- 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