1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Sun, 14 Oct 2018 00:54:47 +0200
Subject: Add empty date in manual to make build reproducible
---
doc/manual.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/manual.tex b/doc/manual.tex
index 8b5198e..2bc8a03 100644
--- a/doc/manual.tex
+++ b/doc/manual.tex
@@ -15,7 +15,7 @@
Manual\\[1cm]}
\author{Marius Muja, mariusm@cs.ubc.ca\\David Lowe, lowe@cs.ubc.ca}
-
+\date{}
\begin{document}
|