From: Simon McVittie <smcv@debian.org>
Date: Tue, 10 Jan 2017 11:30:52 +0000 (+0000)
Subject: docwiki.setup: exclude TourBusStop from offline documentation
X-Git-Tag: 3.20170110~5
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/3da4ed65862a2db14d39c103f93518018d2ffa88?ds=inline

docwiki.setup: exclude TourBusStop from offline documentation

It does not make much sense there.
---

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,