diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 7239f18153d8898e2a387eb1254a5131d3a48828
parent 4cbf55e91ccb904bf2ee58e70d380d83ca00905c
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sun, 16 Jun 2024 07:25:41 +0200

doc(man): update scdoc SOURCE_DATE_EPOCH

Diffstat:
Mdocs/TESTING.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/TESTING.md b/docs/TESTING.md @@ -139,7 +139,7 @@ Install [scdoc](https://git.sr.ht/~sircmpwn/scdoc). Generate the "runoff" text with `scdoc` from the Markdown like `.scd` file: ```bash -scdoc < diary.1.scd > diary.1 +SOURCE_DATE_EPOCH=$(date +%s) scdoc < diary.1.scd > diary.1 ``` ### View Manpage in Terminal