aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-05-12 11:03:18 -0700
committerGlenn Morris2012-05-12 11:03:18 -0700
commit9598ef0bda39628d02e0dac5807619da371b6ca8 (patch)
treee549f2b0ceafa2ca7ae0595e635ec1b1dda5b24c
parent7d326a290060af62b8d1fede723a96ab0590354c (diff)
downloademacs-9598ef0bda39628d02e0dac5807619da371b6ca8.tar.gz
emacs-9598ef0bda39628d02e0dac5807619da371b6ca8.zip
* .bzrignore, doc/misc/Makefile.in (mostlyclean): Add more TeX intermediates.
-rw-r--r--doc/misc/ChangeLog2
-rw-r--r--doc/misc/Makefile.in5
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index a03ad34b63e..915e85a3e68 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,5 +1,7 @@
12012-05-12 Glenn Morris <rgm@gnu.org> 12012-05-12 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (mostlyclean): Add more TeX intermediates.
4
3 * Makefile.in: Make it look more like the other doc Makefiles. 5 * Makefile.in: Make it look more like the other doc Makefiles.
4 Use explicit $srcdir in all dependencies. 6 Use explicit $srcdir in all dependencies.
5 Remove cd $srcdir from rules. 7 Remove cd $srcdir from rules.
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index c864030e4af..5ed4c45e9d1 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -664,8 +664,9 @@ woman.pdf: ${srcdir}/woman.texi
664.PHONY: mostlyclean clean distclean maintainer-clean 664.PHONY: mostlyclean clean distclean maintainer-clean
665 665
666mostlyclean: 666mostlyclean:
667 rm -f *.aux *.log *.toc *.cp *.cps *.fn *.fns *.ky *.kys \ 667 rm -f *.aux *.log *.toc *.c[mp] *.c[mp]s *.fn *.fns \
668 *.op *.ops *.pg *.pgs *.tp *.tps *.vr *.vrs 668 *.ky *.kys *.op *.ops *.p[gj] *.p[gj]s *.sc *.scs \
669 *.t[gp] *.t[gp]s *.vr *.vrs
669 rm -f gnustmp.* 670 rm -f gnustmp.*
670 671
671clean: mostlyclean 672clean: mostlyclean