diff options
| author | Glenn Morris | 2013-11-30 10:34:58 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-11-30 10:34:58 -0800 |
| commit | 26e4aa7db63a3aa6383a76cdad2f6b1e1108a297 (patch) | |
| tree | 44d459fea30ffbc0215609a0df035b85617ff79b /doc/lispref/Makefile.in | |
| parent | d715c01933abd5de65ca7668b69deefd9ab3ba66 (diff) | |
| download | emacs-26e4aa7db63a3aa6383a76cdad2f6b1e1108a297.tar.gz emacs-26e4aa7db63a3aa6383a76cdad2f6b1e1108a297.zip | |
doc/ distclean rules should remove Makefiles
* emacs/Makefile.in (distclean):
* lispintro/Makefile.in (distclean):
* lispref/Makefile.in (distclean):
* misc/Makefile.in (distclean):
Remove Makefile.
Diffstat (limited to 'doc/lispref/Makefile.in')
| -rw-r--r-- | doc/lispref/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index e2cc9ac088a..d7348754657 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in | |||
| @@ -169,6 +169,7 @@ clean: mostlyclean | |||
| 169 | rm -f emacs-lispref-${version}.tar* | 169 | rm -f emacs-lispref-${version}.tar* |
| 170 | 170 | ||
| 171 | distclean: clean | 171 | distclean: clean |
| 172 | rm -f Makefile | ||
| 172 | 173 | ||
| 173 | infoclean: | 174 | infoclean: |
| 174 | -cd $(buildinfodir) && rm -f elisp$(INFO_EXT) elisp$(INFO_EXT)-[1-9] elisp$(INFO_EXT)-[1-9][0-9] | 175 | -cd $(buildinfodir) && rm -f elisp$(INFO_EXT) elisp$(INFO_EXT)-[1-9] elisp$(INFO_EXT)-[1-9][0-9] |