Annotate

man/Makefile @ 9698:e616c37756b3 0.11

util.datetime: Make sure timezone difference is calculated correctly (fixes #1262) If the two os.date() calls happen at either side of a second ticking over there would be a one second error in the calculation.
author Kim Alvefur <zash@zash.se>
date Sun, 09 Dec 2018 23:01:47 +0100
parent 7032:817c7b197ac7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7032
817c7b197ac7 man prosodyctl: Accidentally markdown
Kim Alvefur <zash@zash.se>
parents:
diff changeset
1 all: prosodyctl.man
817c7b197ac7 man prosodyctl: Accidentally markdown
Kim Alvefur <zash@zash.se>
parents:
diff changeset
2
817c7b197ac7 man prosodyctl: Accidentally markdown
Kim Alvefur <zash@zash.se>
parents:
diff changeset
3 %.man: %.markdown
817c7b197ac7 man prosodyctl: Accidentally markdown
Kim Alvefur <zash@zash.se>
parents:
diff changeset
4 pandoc -s -t man -o $@ $^