From 6b9210150fe78984d81b705e981bf3f97d0f5ad0 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Tue, 10 Nov 2015 23:45:21 +0000 Subject: doc/Makefile: make the build reproducible by using a fixed temp dir to build the pdf Closes: #804729 --- Documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index 4fc2513..f6ac106 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -26,7 +26,7 @@ pbuilder-doc.%.po: $(MASTERXML) %.pdf: %.xml # requires dblatex package. - dblatex $< + dblatex --tmpdir=docbuild $< install: $(HTMLDOCS) pbuilder-doc.pdf install -d -m 755 -o root -g root $(DESTDIR)/usr/share/doc/pbuilder/ -- cgit v1.2.3