summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--specs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/Makefile.am b/specs/Makefile.am
index a83cf40..f2454bc 100644
--- a/specs/Makefile.am
+++ b/specs/Makefile.am
@@ -6,7 +6,7 @@ doc_DATA = XI2proto.html XIproto.html
dist_doc_DATA = XI2proto.txt XIproto.txt
%.html: %.txt
- $(AM_V_GEN)$(ASCIIDOC) -o $@ $<
+ $(AM_V_GEN)TZ=UTC $(ASCIIDOC) -o $@ $<
CLEANFILES = $(doc_DATA)