diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-08 15:39:29 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-08 15:39:29 -0400 |
commit | 0a454caf059b4cc050984a41decc2344cd9a083f (patch) | |
tree | 4a048924c16f9a10839ef095b5af21eb6c9a3e1c /doc | |
parent | e2866686744c6ffee9e0824dd6e75d9f33d280ae (diff) | |
download | emacs-0a454caf059b4cc050984a41decc2344cd9a083f.tar.gz |
Move part of previous clean rule change to mostlyclean
* doc/lispref/Makefile.in (mostlyclean): Add some more vol1/2 items.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
-rw-r--r-- | doc/lispref/Makefile.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index abb441e5c91..273396e57c3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,6 +1,6 @@ 2012-05-08 Glenn Morris <rgm@gnu.org> - * Makefile.in (clean): Add some more vol1/2 items. + * Makefile.in (clean, mostlyclean): Add some more vol1/2 items. * two-volume.make (emacsdir): New. (tex): Add directory with emacsver.texi to TEXINPUTS. diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index 2b79d51695d..efd5e39a0eb 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in @@ -129,11 +129,11 @@ elisp.pdf: $(srcs) mostlyclean: rm -f *.aux *.log *.toc *.cp *.cps *.fn *.fns *.ky *.kys \ *.op *.ops *.pg *.pgs *.tp *.tps *.vr *.vrs - rm -f elisp[12]* + rm -f elisp[12]* vol[12].tmp clean: mostlyclean rm -f elisp.dvi elisp.pdf elisp.ps - rm -f vol[12].dvi vol[12].pdf vol[12].ps vol[12].tmp + rm -f vol[12].dvi vol[12].pdf vol[12].ps rm -rf elisp.html rm -f emacs-lispref-${version}.tar* |