Commit dffd40af by Maarten L. Hekkelman

manual in doc diretory

parent 5a2d450b
...@@ -120,7 +120,7 @@ else ...@@ -120,7 +120,7 @@ else
src/revision.hpp: src/revision.hpp:
@ echo 'const char kRevision[] = R"(' > $@ @ echo 'const char kRevision[] = R"(' > $@
@ echo $(PROGRAM)-version: $(VERSION) >> $@ @ echo $(PROGRAM)-version: $(VERSION) >> $@
@ echo Date: $$(date --iso-8601) >> $@ @ echo Date: $$(TZ=GMT date +"%Y-%m-%d") >> $@
@ echo ')";' >> $@ @ echo ')";' >> $@
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment