From 11ae66b8f347ea9714716b558ba98a7524f9afb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Sun, 7 Apr 2024 16:34:59 +0200 Subject: [PATCH] omit empty parent pages from page listing --- macros/changes | 1 + 1 file changed, 1 insertion(+) diff --git a/macros/changes b/macros/changes index 54f4782..c399ee5 100755 --- a/macros/changes +++ b/macros/changes @@ -45,6 +45,7 @@ done \ | while read page; do page_abs="$(page_abs "$page")" acl_read "${page_abs}" || continue + mdfile "${page_abs}" >&- || continue read ostamp odate <<-EOF $([ "$REV_PAGES" = true ] \ -- 2.39.2