]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
docwiki.setup: exclude TourBusStop from offline documentation
authorSimon McVittie <smcv@debian.org>
Tue, 10 Jan 2017 11:30:52 +0000 (11:30 +0000)
committerSimon McVittie <smcv@debian.org>
Tue, 10 Jan 2017 11:30:56 +0000 (11:30 +0000)
It does not make much sense there.

debian/changelog
docwiki.setup

index 77e640f723fc2fd75ecded94b59d58474edc43b0..4c5deb5cdfcc5d2ae19b2de7a1efa7ebe79c5de3 100644 (file)
@@ -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
 
index 7a17a0683bd5f374b4a02233fa290218481e0f94..8355f7e937dfc992e1848f5a1da2a666e969f223 100644 (file)
@@ -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,