xsf-docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 13946cb1c242fb81037189e706350cd0c55903bb Author: Eduard Sanou <[email protected]> Date: Tue Oct 13 10:59:27 2015 +0200 makefile: Set TZ=UTC before calling asciidoc Set TZ=UTC before calling asciidoc to make the embedded dates invariant to timezones in order to make the package build reproducibly. diff --git a/xsf-docs/Makefile b/xsf-docs/Makefile index cbd375c..04d1560 100644 --- a/xsf-docs/Makefile +++ b/xsf-docs/Makefile @@ -6,7 +6,7 @@ html_files = $(patsubst %.txt,%.html,$(txt_files)) pdf_files = $(patsubst %.txt,%.pdf,$(txt_files)) -TXT_TO_HTML = asciidoc -a linkcss +TXT_TO_HTML = TZ=UTC asciidoc -a linkcss HTML_TO_PDF = wkhtmltopdf CSS_FILE = xsf.css ADOC_CSS_FILE= asciidoc-xhtml11.css

