3 #=======================================================================
5 # File ID: e1f98eac-fafa-11dd-97ce-000475e441b9
6 #=======================================================================
8 xsldir
=/usr
/share
/xml
/docbook
/stylesheet
/docbook-xsl
18 xsltproc
--output
$(manpage
) custom.xsl
$(dbfile
)
20 $(htmlfile
): $(dbfile
)
21 xsltproc
--output
$(htmlfile
) $(xsldir
)/xhtml
/docbook.xsl
$(dbfile
)
24 xmllint
--valid
--noout
$(dbfile
)