Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d3b2a2

Browse files
committed
clean: Remove *.out (hyperref's internal files for building outlines for PDF).
1 parent f6dabaa commit 4d3b2a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ tarballs: tarpdf tarps tarhtml
314314
# - useful results: .dvi, .pdf, .ps, .texi, .info
315315
clean: l2hclean
316316
rm -f @* *~ *.aux *.idx *.ilg *.ind *.log *.toc *.blg *.bbl *.py[co]
317-
rm -f *.bak *.orig lib1.texi
317+
rm -f *.bak *.orig lib1.texi *.out
318318
rm -f html-$(VERSION).tar.gz postscript-$(VERSION).tar.gz
319319
rm -f pdf-$(VERSION).tar.gz
320320

0 commit comments

Comments
 (0)