Make.xml.rules 1.1 KB

1234567891011121314151617181920212223242526
  1. #
  2. # Copyright (c) 2006 Thorsten Kukuk <kukuk@thkukuk.de>
  3. #
  4. README: $(XMLS)
  5. README: README.xml
  6. $(XSLTPROC) --path $(srcdir) --xinclude --stringparam generate.toc "none" --stringparam vendordir '<vendordir>' --nonet $(top_srcdir)/doc/custom-html.xsl $< | $(BROWSER) > $(srcdir)/$@
  7. %.1: %.1.xml
  8. $(XMLLINT) --nonet --xinclude --postvalid --noout $<
  9. $(XSLTPROC) -o $(srcdir)/$@ --path $(srcdir) --xinclude --stringparam vendordir '<vendordir>' --nonet $(top_srcdir)/doc/custom-man.xsl $<
  10. %.3: %.3.xml
  11. $(XMLLINT) --nonet --xinclude --postvalid --noout $<
  12. $(XSLTPROC) -o $(srcdir)/$@ --path $(srcdir) --xinclude --stringparam vendordir '<vendordir>' --nonet $(top_srcdir)/doc/custom-man.xsl $<
  13. %.5: %.5.xml
  14. $(XMLLINT) --nonet --xinclude --postvalid --noout $<
  15. $(XSLTPROC) -o $(srcdir)/$@ --path $(srcdir) --xinclude --stringparam vendordir '<vendordir>' --nonet $(top_srcdir)/doc/custom-man.xsl $<
  16. %.8: %.8.xml
  17. $(XMLLINT) --nonet --xinclude --postvalid --noout $<
  18. $(XSLTPROC) -o $(srcdir)/$@ --path $(srcdir) --xinclude --stringparam vendordir '<vendordir>' --nonet $(top_srcdir)/doc/custom-man.xsl $<
  19. #CLEANFILES += $(man_MANS) README