]> Sergey Matveev's repositories - zk.zsh.git/blobdiff - zk.zsh
ALL is not present in pages
[zk.zsh.git] / zk.zsh
diff --git a/zk.zsh b/zk.zsh
index 04c34f4906004436b5a1ebeb5459edcd8fae383b..660354c55c40fc0919cd5428213dea612e5cb983 100755 (executable)
--- a/zk.zsh
+++ b/zk.zsh
@@ -72,7 +72,6 @@ genhtml() {
     data="${data//</&lt;}"
     data="${data//>/&gt;}"
     for p (${(k)pages}) {
-        [[ $p = ALL ]] && continue
         [[ $p = index ]] && continue
         getrel $page $p
         data="${data//${p}/<a href=\"${REPLY}.html\">$p</a>}"