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