X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Jamfile;h=92c10c2b71ca251d50124d61d6e3468c16b506f4;hb=5e9cc43af20debd0df0d080a7f164398aae5eabe;hp=50e09f808758dd6995c76d81d549e1c186fba75d;hpb=e2bf85ca9d5999d4d6154ddb9fe161438db44cef;p=pdclib.old diff --git a/Jamfile b/Jamfile index 50e09f8..92c10c2 100644 --- a/Jamfile +++ b/Jamfile @@ -59,7 +59,7 @@ actions HtmlMan { mandoc -Thtml -Oincludes=../3/%I.html -Oman=../%S/%N.html -Ostyle=../style.css $(>) >$(<) } -for manpg in [ GLOB man : *.3 ] { +for manpg in [ GLOB man3 : *.3 ] { local section = [ SPLIT $(manpg:S) : . ] ; HtmlMan [ FDirName html $(section) $(manpg:B).html ] : $(manpg) ; } \ No newline at end of file