From: Paul Gevers Date: Sat, 22 Aug 2020 13:17:07 +0000 (+0100) Subject: Timestamps in fpc documentation are hindering reproducible builds X-Git-Tag: archive/raspbian/3.2.0+dfsg-8+rpi1~1^2~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2af192d2e363938daa023bae1c9ba30ff86b2b50;p=fpc.git 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 --- diff --git a/fpcdocs/Makefile.fpc b/fpcdocs/Makefile.fpc index 6ca2a2f9..164f8294 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