Move part of previous clean rule change to mostlyclean
* doc/lispref/Makefile.in (mostlyclean): Add some more vol1/2 items.
This commit is contained in:
parent
e286668674
commit
0a454caf05
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue