doc/ distclean rules should remove Makefiles
* emacs/Makefile.in (distclean): * lispintro/Makefile.in (distclean): * lispref/Makefile.in (distclean): * misc/Makefile.in (distclean): Remove Makefile.
This commit is contained in:
parent
d715c01933
commit
26e4aa7db6
8 changed files with 20 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-11-30 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (distclean): Remove Makefile.
|
||||
|
||||
2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* buffers.texi (Icomplete): Rename from Iswitchb and
|
||||
|
|
|
@ -196,6 +196,7 @@ clean: mostlyclean
|
|||
rm -f emacs-manual-${version}.tar*
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile
|
||||
|
||||
## In the standalone tarfile, the clean rule runs this.
|
||||
infoclean:
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2013-11-30 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (distclean): Remove Makefile.
|
||||
|
||||
2013-10-23 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (install-dvi, install-html, install-pdf)
|
||||
|
|
|
@ -113,6 +113,7 @@ clean: mostlyclean
|
|||
rm -f emacs-lispintro-${version}.tar*
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile
|
||||
|
||||
infoclean:
|
||||
-cd $(buildinfodir) && rm -f eintr$(INFO_EXT) eintr$(INFO_EXT)-[1-9]
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2013-11-30 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (distclean): Remove Makefile.
|
||||
|
||||
2013-11-29 Andreas Politz <politza@fh-trier.de>
|
||||
|
||||
* modes.texi (Imenu): Make it clear that sub-alist is the cdr
|
||||
|
|
|
@ -169,6 +169,7 @@ clean: mostlyclean
|
|||
rm -f emacs-lispref-${version}.tar*
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile
|
||||
|
||||
infoclean:
|
||||
-cd $(buildinfodir) && rm -f elisp$(INFO_EXT) elisp$(INFO_EXT)-[1-9] elisp$(INFO_EXT)-[1-9][0-9]
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2013-11-30 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (distclean): Remove Makefile.
|
||||
|
||||
2013-11-20 era eriksson <era+emacsbugs@iki.fi>
|
||||
|
||||
* ses.texi (Quick Tutorial): New chapter. (Bug#14748)
|
||||
|
|
|
@ -842,7 +842,7 @@ clean: mostlyclean
|
|||
rm -f emacs-misc-${version}.tar*
|
||||
|
||||
distclean: clean
|
||||
# rm -f Makefile
|
||||
rm -f Makefile
|
||||
|
||||
## buildinfodir is relative to srcdir.
|
||||
infoclean:
|
||||
|
|
Loading…
Add table
Reference in a new issue