diff options
| author | Glenn Morris | 2010-10-09 11:39:01 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-09 11:39:01 -0700 |
| commit | aa9db089bc489b8e16de8e8164803c8c69f82c7e (patch) | |
| tree | 6d6d691a6ceb349abc50e76d727876a5fb4e31f3 /doc/lispref | |
| parent | abd40fb4ee56c21965f52e20fc04cab630674ab0 (diff) | |
| download | emacs-aa9db089bc489b8e16de8e8164803c8c69f82c7e.tar.gz emacs-aa9db089bc489b8e16de8e8164803c8c69f82c7e.zip | |
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/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispref/Makefile.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 262c3bc4826..187567c67a2 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-10-09 Glenn Morris <rgm@gnu.org> | 1 | 2010-10-09 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (infoclean): Remove harmless, long-standing error. | ||
| 4 | |||
| 3 | * Makefile.in ($(infodir)): Delete rule. | 5 | * Makefile.in ($(infodir)): Delete rule. |
| 4 | (mkinfodir): New. | 6 | (mkinfodir): New. |
| 5 | ($(infodir)/elisp): Use $mkinfodir instead of infodir. | 7 | ($(infodir)/elisp): Use $mkinfodir instead of infodir. |
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index e5786bfd5f2..050187fbb85 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in | |||
| @@ -130,7 +130,7 @@ clean: mostlyclean | |||
| 130 | distclean: clean | 130 | distclean: clean |
| 131 | 131 | ||
| 132 | infoclean: | 132 | infoclean: |
| 133 | -cd $(infodir) && rm -f elisp elisp-[1-9] elisp-[1-9][0-9] | 133 | -cd $(srcdir) && cd $(infodir) && rm -f elisp elisp-[1-9] elisp-[1-9][0-9] |
| 134 | 134 | ||
| 135 | maintainer-clean: distclean infoclean | 135 | maintainer-clean: distclean infoclean |
| 136 | 136 | ||