shithub: werc

ref: b1f3598c5383bb3d99bffa9b0ff3ec4fc1ec518b
dir: /apps/wman/man_page.tpl/

View raw version
<pre>
%{

# Hack to handle 0intro files.
f=$wman_page^$"wman_pe
if(~ $wman_page intro && test -f $wman_cat_path^/0^$f)
    f=0^$f

wman_page_gen $wman_cat_path^/^$f

%}
</pre>