summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xql-ikiwiki-publish2
2 files changed, 2 insertions, 1 deletions
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)