* .bzrignore, doc/misc/Makefile.in (mostlyclean): Add more TeX intermediates.
This commit is contained in:
parent
7d326a2900
commit
9598ef0bda
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2012-05-12 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* 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.
|
||||
|
|
|
@ -664,8 +664,9 @@ woman.pdf: ${srcdir}/woman.texi
|
|||
.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
|
||||
|
|
Loading…
Add table
Reference in a new issue