X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/4b650a855c43c70291b9e7b56f8279f89ae5da5b..e837a226d6bdbbe4a8b02a45b663552e2904adb7:/doc/bugs/Building_a_sidebar_does_not_regenerate_the_subpages.mdwn

diff --git a/doc/bugs/Building_a_sidebar_does_not_regenerate_the_subpages.mdwn b/doc/bugs/Building_a_sidebar_does_not_regenerate_the_subpages.mdwn
index d0abeb7d9..419292930 100644
--- a/doc/bugs/Building_a_sidebar_does_not_regenerate_the_subpages.mdwn
+++ b/doc/bugs/Building_a_sidebar_does_not_regenerate_the_subpages.mdwn
@@ -1 +1,8 @@
-If sandbox/page.mdwn has been generated and sandbox/sidebar.mdwn is created, the sidebar is only added to sandbox and none of the subpages. --[[TaylorKillian]]
\ No newline at end of file
+If sandbox/page.mdwn has been generated and sandbox/sidebar.mdwn is created, the sidebar is only added to sandbox and none of the subpages. --[[TaylorKillian]]
+
+> Yes, a known bug. As noted in the code: --[[Joey]]
+
+	# FIXME: This isn't quite right; it won't take into account
+	# adding a new sidebar page. So adding such a page
+	# currently requires a wiki rebuild.
+	add_depends($page, $sidebar_page);