summaryrefslogtreecommitdiff
path: root/devel/magit-devel/files/patch-docs_Makefile
blob: 88cb117cede753e857cca1b47cdee99ab2859ccf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- docs/Makefile.orig	2024-05-22 02:04:09 UTC
+++ docs/Makefile
@@ -51,7 +51,7 @@ html-dir: $(TEXIFILES)
 
 %.pdf: %.texi
 	@printf "Generating $@\n"
-	@texi2pdf --clean $< > /dev/null
+	@texi2pdf $< > /dev/null
 
 %.epub: %.texi
 	@printf "Generating $@\n"