1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Clean auxiliary files generated by pdflatex for refcard.pdf
Author: Sébastien Villemot <sebastien@debian.org>
Forwarded: https://github.com/emacs-ess/ESS/pull/1230
Applied-Upstream: https://github.com/emacs-ess/ESS/commit/32e7baf647b4211d1e8d8419af30af3aa9489361
Last-Update: 2022-10-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -25,6 +25,7 @@ readme.pdf : $(TEXISRC); $(TEXI2PDF) rea
distclean clean:
@rm -f *.aux *.cp *.cps *.fn *.fns *.ky *.kys *.log *.out \
*.pg *.pgs *.tmp *.toc *.tp *.vr *.vrs
+ @rm -f refcard/*.aux refcard/*.log
@rm -f $(TXTs) $(PDFs) info/*.info* \
html/* *.info dir
|