emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107984: Move part of previous cle


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107984: Move part of previous clean rule change to mostlyclean
Date: Tue, 08 May 2012 15:39:29 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107984
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2012-05-08 15:39:29 -0400
message:
  Move part of previous clean rule change to mostlyclean
  
  * doc/lispref/Makefile.in (mostlyclean): Add some more vol1/2 items.
modified:
  doc/lispref/ChangeLog
  doc/lispref/Makefile.in
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-05-08 02:01:28 +0000
+++ b/doc/lispref/ChangeLog     2012-05-08 19:39:29 +0000
@@ -1,6 +1,6 @@
 2012-05-08  Glenn Morris  <address@hidden>
 
-       * 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.

=== modified file 'doc/lispref/Makefile.in'
--- a/doc/lispref/Makefile.in   2012-05-08 02:01:28 +0000
+++ b/doc/lispref/Makefile.in   2012-05-08 19:39:29 +0000
@@ -129,11 +129,11 @@
 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*
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]