diff options
author | xengineering <me@xengineering.eu> | 2024-01-27 22:25:30 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-01-27 22:25:30 +0100 |
commit | 62d68edfef3afaae315c020f20e0cc6ff7ad5719 (patch) | |
tree | d096d584b3a297a1035ad3c985bac083cc34f5b0 /doc/documentation.tex | |
parent | c79f077db7a79dd953bee68c51b1c4b863051d62 (diff) | |
download | soundbox-62d68edfef3afaae315c020f20e0cc6ff7ad5719.tar soundbox-62d68edfef3afaae315c020f20e0cc6ff7ad5719.tar.zst soundbox-62d68edfef3afaae315c020f20e0cc6ff7ad5719.zip |
doc: Use Git-provided commit date for PDF
Using the date of the build makes it not-reproducible. This should be
avoided. Furthermore the date on the front page should anyway reflect
when the source of the document was created. Not when it was converted
into a PDF.
Diffstat (limited to 'doc/documentation.tex')
-rw-r--r-- | doc/documentation.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex index a6ba82b..6448186 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -1,6 +1,7 @@ \documentclass{report} \author{xengineering} \title{soundbox documentation} +\date{\input{../date.txt}} \usepackage{graphicx} \graphicspath{ {./diagrams/} } |