(maintainer-clean): Depend on `distclean'. Don't remove elisp* info files;
they are already deleted by the `clean' and `distclean' targets, and they are in the $(infodir) directory, not the current one.
This commit is contained in:
parent
03e8d958c5
commit
c6883bfcf3
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2006-12-07 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in (maintainer-clean): Depend on `distclean'.
|
||||
Don't remove elisp* info files; they are already deleted by the
|
||||
`clean' and `distclean' targets, and they are in the $(infodir)
|
||||
directory, not the current one.
|
||||
|
||||
2006-12-04 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* commands.texi (Misc Events): Update signal events.
|
||||
|
|
|
@ -119,5 +119,5 @@ clean:
|
|||
|
||||
distclean: clean
|
||||
|
||||
maintainer-clean: clean
|
||||
- $(DEL) elisp elisp-* elisp.dvi elisp.oaux
|
||||
maintainer-clean: distclean
|
||||
- $(DEL) elisp.dvi elisp.oaux
|
||||
|
|
Loading…
Add table
Reference in a new issue