From 6742a068b92466a8694d7295044ca2820106be0a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 10 Jan 2018 18:22:20 +0200 Subject: Add: give ikwiki --gettimg option --- NEWS | 1 + ql-ikiwiki-publish | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fa2ebc6..37ba718 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ Version 0.9+git, not yet released --------------------------------- * Add missing dependency on cliapp. +* Give ikiwiki the --gettime option. Version 0.9, released 2017-12-18 --------------------------------- diff --git a/ql-ikiwiki-publish b/ql-ikiwiki-publish index f9b6d12..7006504 100755 --- a/ql-ikiwiki-publish +++ b/ql-ikiwiki-publish @@ -62,7 +62,7 @@ def mangle_setup(setup, tgtdir, htmldir): def run_ikiwiki(setup): - argv = ['ikiwiki', '--setup', setup] + argv = ['ikiwiki', '--setup', setup, '--gettime'] subprocess.check_call(argv) -- cgit v1.2.1