summaryrefslogtreecommitdiff
path: root/devel/magit/files/patch-docs_Makefile
blob: b7fc9b8060680d969355c9fd2796a8c61d23f428 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- docs/Makefile.orig	2024-08-08 18:52:29 UTC
+++ docs/Makefile
@@ -60,7 +60,7 @@ html-dir: $(TEXIFILES)
 
 %.pdf: %.texi
 	@printf "Generating $@\n"
-	@texi2pdf --clean $< > /dev/null
+	@texi2pdf $< > /dev/null
 
 %.epub: %.texi
 	@printf "Generating $@\n"