manual in doc diretory

This commit is contained in:
Maarten L. Hekkelman
2021-03-02 08:13:09 +01:00
parent 5a2d450b8b
commit dffd40af90
2 changed files with 1 additions and 1 deletions

View File

@@ -120,7 +120,7 @@ else
src/revision.hpp:
@ echo 'const char kRevision[] = R"(' > $@
@ echo $(PROGRAM)-version: $(VERSION) >> $@
@ echo Date: $$(date --iso-8601) >> $@
@ echo Date: $$(TZ=GMT date +"%Y-%m-%d") >> $@
@ echo ')";' >> $@
endif