summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--debian/changelog2
-rwxr-xr-xql-ikiwiki-publish2
3 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5bb9adf..8f9d8dd 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ NEWS for ql-ikiwiki-publish
Version 0.10+git, not yet released
----------------------------------
+* Give ikiwiki the --gettime option.
Version 0.10, released 2017-12-18
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index d82f5bf..6ec664a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ ql-ikiwiki-publish (0.10+git-1) UNRELEASED; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Mon, 18 Dec 2017 16:49:29 +0200
+ -- Lars Wirzenius <liw@liw.fi> Wed, 10 Jan 2018 18:22:57 +0200
ql-ikiwiki-publish (0.10-1) unstable; urgency=medium
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)