# HG changeset patch # User Richard M. Stallman # Date 1102294510 0 # Node ID bb0ccdf15685c3364a36eae877d7026e1e39bae0 # Parent 5251b89bd389e6d3862ebd7f7f9b23c896cc5ef5 (maintainer-clean): Remove the info files in $(infodir) where they are created. diff -r 5251b89bd389 -r bb0ccdf15685 lispref/Makefile.in --- a/lispref/Makefile.in Mon Dec 06 00:42:41 2004 +0000 +++ b/lispref/Makefile.in Mon Dec 06 00:55:10 2004 +0000 @@ -124,7 +124,8 @@ 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