2 # File ID: e1f98eac-fafa-11dd-97ce-000475e441b9
4 XSLDIR
=/usr
/share
/xml
/docbook
/stylesheet
/docbook-xsl
10 default
: $(MANPAGE
) $(HTMLFILE
)
13 xsltproc
--output
$(MANPAGE
) custom.xsl
$(DBFILE
)
15 $(HTMLFILE
): $(DBFILE
)
16 xsltproc
--output
$(HTMLFILE
) $(XSLDIR
)/xhtml
/docbook.xsl
$(DBFILE
)
20 rm -f
$(HTMLFILE
) $(MANPAGE
)
24 # xmllint --valid --noout $(DBFILE)