diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-09 11:39:01 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-09 11:39:01 -0700 |
commit | aa9db089bc489b8e16de8e8164803c8c69f82c7e (patch) | |
tree | 6d6d691a6ceb349abc50e76d727876a5fb4e31f3 /doc/emacs/Makefile.in | |
parent | abd40fb4ee56c21965f52e20fc04cab630674ab0 (diff) | |
download | emacs-aa9db089bc489b8e16de8e8164803c8c69f82c7e.tar.gz |
Quieten emacs-devel.
* doc/misc/Makefile.in (maintainer-clean): Remove harmless, long-standing error.
* doc/lispref/Makefile.in (infoclean): Remove harmless, long-standing error.
* doc/lispintro/Makefile.in (infoclean): Remove harmless, long-standing error.
* doc/emacs/Makefile.in (infoclean): Remove harmless, long-standing error.
Diffstat (limited to 'doc/emacs/Makefile.in')
-rw-r--r-- | doc/emacs/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in index dd3bad1b8b0..c963f8dc4fc 100644 --- a/doc/emacs/Makefile.in +++ b/doc/emacs/Makefile.in @@ -166,7 +166,7 @@ distclean: clean ## In the standalone tarfile, the clean rule runs this. infoclean: - -cd $(infodir) && rm -f emacs emacs-[1-9] emacs-[1-9][0-9] + -cd $(srcdir) && cd $(infodir) && rm -f emacs emacs-[1-9] emacs-[1-9][0-9] maintainer-clean: distclean infoclean |