From 678c85027294c0ae5162d02b20a59fde758ac77a Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Sun, 30 Mar 2025 20:56:57 -0400 Subject: Use CMake's built-in timestamp formatting. It notably honors SOURCE_DATE_EPOCH if set, making for reproducible output. For even better reproducibility, use UTC. (Unlike the date command's output, the result is already always in English.) Extend this approach to the book, introducing appropriately formatted PDF_DATE and TODAY variables for its PDF metadata and title page respectively and making make_pdf configurable. --- documentation/src/fltk-title.tex.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/src') diff --git a/documentation/src/fltk-title.tex.in b/documentation/src/fltk-title.tex.in index cc7f853c9..5096461c2 100644 --- a/documentation/src/fltk-title.tex.in +++ b/documentation/src/fltk-title.tex.in @@ -25,7 +25,7 @@ provided this copyright and permission notice are preserved.}\\ \vspace*{1.5cm} {\large Generated by Doxygen @DOXY_VERSION@}\\ \vspace*{0.5cm} -\today{}\\ +@TODAY@\\ \vspace*{0.5cm} {\small Git revision @FLTK_GIT_REVISION@}\\ \end{center} -- cgit v1.2.3