]> pd.if.org Git - pdclib/blobdiff - Jamfile
Manual pages: renmae man->man3 to follow existing conventions. Add files _Exit.3...
[pdclib] / Jamfile
diff --git a/Jamfile b/Jamfile
index 50e09f808758dd6995c76d81d549e1c186fba75d..92c10c2b71ca251d50124d61d6e3468c16b506f4 100644 (file)
--- a/Jamfile
+++ b/Jamfile
@@ -59,7 +59,7 @@ actions HtmlMan {
     mandoc -Thtml -Oincludes=../3/%I.html -Oman=../%S/%N.html -Ostyle=../style.css $(>) >$(<)\r
 }\r
 \r
-for manpg in [ GLOB man : *.3 ] {\r
+for manpg in [ GLOB man3 : *.3 ] {\r
     local section = [ SPLIT $(manpg:S) : . ] ;\r
     HtmlMan [ FDirName html $(section) $(manpg:B).html ] : $(manpg) ;\r
 }
\ No newline at end of file