X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=Jamfile;h=92c10c2b71ca251d50124d61d6e3468c16b506f4;hp=50e09f808758dd6995c76d81d549e1c186fba75d;hb=5dffc6a444fc022d7cca6bff4033d471a757aa57;hpb=c454b5c6ac2e92d8963b96b3e508a13026c58c45 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