From d0fdff1d64ff2d7a84f7ab669e959229360a5ba3 Mon Sep 17 00:00:00 2001 From: Paul Gevers Date: Sat, 7 Jan 2023 12:07:32 +0000 Subject: [PATCH] Timestamps in fpc documentation are hindering reproducible builds Forwarded: no Don't add the date to the footer of docs generated by fpdoc =================================================================== Gbp-Pq: Name prevent_date_in_fpcdocs.patch --- fpcdocs/Makefile.fpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpcdocs/Makefile.fpc b/fpcdocs/Makefile.fpc index f2519198..9f69d053 100644 --- a/fpcdocs/Makefile.fpc +++ b/fpcdocs/Makefile.fpc @@ -115,7 +115,7 @@ ifeq ($(HIDEPROTECTED),YES) FCLOPTS+= --hide-protected endif -FPDOCHTMLOPTS=--footer-date="mmm dd yyyy" +FPDOCHTMLOPTS= ifeq (chm,$(HTMLFMT)) HTMLSUFFIX:=.chm -- 2.30.2