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 r108210: * .bzrignore, doc/misc/Ma


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108210: * .bzrignore, doc/misc/Makefile.in (mostlyclean): Add more TeX intermediates.
Date: Fri, 02 Nov 2012 02:00:24 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108210
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-05-12 11:03:18 -0700
message:
  * .bzrignore, doc/misc/Makefile.in (mostlyclean): Add more TeX intermediates.
modified:
  .bzrignore
  doc/misc/ChangeLog
  doc/misc/Makefile.in
=== modified file '.bzrignore'
--- a/.bzrignore        2012-05-05 09:40:49 +0000
+++ b/.bzrignore        2012-05-12 18:03:18 +0000
@@ -37,6 +37,8 @@
 cxxdefs.h
 # Intermediate files when making pdf versions of the manuals.
 doc/**/*.aux
+doc/**/*.cm
+doc/**/*.cms
 doc/**/*.cp
 doc/**/*.cps
 doc/**/*.fn
@@ -47,8 +49,17 @@
 doc/**/*.op
 doc/**/*.ops
 doc/**/*.pg
+doc/**/*.pgs
+doc/**/*.pj
+doc/**/*.pjs
+doc/**/*.sc
+doc/**/*.scs
+doc/**/*.ss
+doc/**/*.tg
+doc/**/*.tgs
 doc/**/*.toc
 doc/**/*.tp
+doc/**/*.tps
 doc/**/*.vr
 doc/**/*.vrs
 doc/**/*.pdf

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-05-12 16:44:01 +0000
+++ b/doc/misc/ChangeLog        2012-05-12 18:03:18 +0000
@@ -1,5 +1,7 @@
 2012-05-12  Glenn Morris  <address@hidden>
 
+       * Makefile.in (mostlyclean): Add more TeX intermediates.
+
        * Makefile.in: Make it look more like the other doc Makefiles.
        Use explicit $srcdir in all dependencies.
        Remove cd $srcdir from rules.

=== modified file 'doc/misc/Makefile.in'
--- a/doc/misc/Makefile.in      2012-05-12 16:44:01 +0000
+++ b/doc/misc/Makefile.in      2012-05-12 18:03:18 +0000
@@ -664,8 +664,9 @@
 .PHONY: mostlyclean clean distclean maintainer-clean
 
 mostlyclean:
-       rm -f *.aux *.log *.toc *.cp *.cps *.fn *.fns *.ky *.kys \
-         *.op *.ops *.pg *.pgs *.tp *.tps *.vr *.vrs
+       rm -f *.aux *.log *.toc *.c[mp] *.c[mp]s *.fn *.fns \
+         *.ky *.kys *.op *.ops *.p[gj] *.p[gj]s *.sc *.scs \
+         *.t[gp] *.t[gp]s *.vr *.vrs
        rm -f gnustmp.*
 
 clean: mostlyclean


reply via email to

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