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 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,