aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Building_a_sidebar_does_not_regenerate_the_subpages.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-06-01 21:37:30 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-06-01 21:37:30 +0000
commit348a82b7a45997b979cf75444a9b1091215c60ea (patch)
tree8c08bf0b96aea07b8afb228bc90fd035f3cb160c /doc/bugs/Building_a_sidebar_does_not_regenerate_the_subpages.mdwn
parentf59a8bcf34d0aec581a88e55e97e214e8052945b (diff)
downloadikiwiki-348a82b7a45997b979cf75444a9b1091215c60ea.tar
ikiwiki-348a82b7a45997b979cf75444a9b1091215c60ea.tar.gz
known bug
Diffstat (limited to 'doc/bugs/Building_a_sidebar_does_not_regenerate_the_subpages.mdwn')
-rw-r--r--doc/bugs/Building_a_sidebar_does_not_regenerate_the_subpages.mdwn10
1 files changed, 9 insertions, 1 deletions
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..596719a8b 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,9 @@
-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);
+