aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2017-01-10 11:30:52 +0000
committerSimon McVittie <smcv@debian.org>2017-01-10 11:30:56 +0000
commit3da4ed65862a2db14d39c103f93518018d2ffa88 (patch)
tree2fc3391d2db075b2dbc284a77c3a8f989033f1db
parentde26e4ade127bc356aa92c3488eb155ed183151b (diff)
downloadikiwiki-3da4ed65862a2db14d39c103f93518018d2ffa88.tar
ikiwiki-3da4ed65862a2db14d39c103f93518018d2ffa88.tar.gz
docwiki.setup: exclude TourBusStop from offline documentation
It does not make much sense there.
-rw-r--r--debian/changelog2
-rw-r--r--docwiki.setup2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 77e640f72..4c5deb5cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,8 @@ ikiwiki (3.20170109) UNRELEASED; urgency=medium
* d/source/lintian-overrides: override obsolete-url-in-packaging for
OpenID Selector, which does not seem to have any more current URL
(and in any case our version is a fork)
+ * docwiki.setup: exclude TourBusStop from offline documentation.
+ It does not make much sense there.
-- Simon McVittie <smcv@debian.org> Mon, 09 Jan 2017 14:33:19 +0000
diff --git a/docwiki.setup b/docwiki.setup
index 7a17a0683..8355f7e93 100644
--- a/docwiki.setup
+++ b/docwiki.setup
@@ -21,7 +21,7 @@ use IkiWiki::Setup::Standard {
underlaydirbase => "underlays",
underlaydir => "underlays/basewiki",
discussion => 0,
- exclude => qr/\/discussion|bugs\/*|todo\/*|forum\/*|sandbox\/*|users\/*/, # save space
+ exclude => qr/\/discussion|bugs\/*|todo\/*|forum\/*|sandbox\/*|users\/*|TourBusStop/, # save space
locale => '',
verbose => 1,
syslog => 0,