3 #=======================================================================
5 # File ID: e1f98eac-fafa-11dd-97ce-000475e441b9
6 #=======================================================================
17 xsltproc
--output
$(manpage
) ~
/xsl
/manpages
/docbook.xsl
$(dbfile
)
19 $(htmlfile
): $(dbfile
)
20 xsltproc
--output
$(htmlfile
) ~
/xsl
/xhtml
/docbook.xsl
$(dbfile
)
23 xmllint
--valid
--noout
$(dbfile
)