FIXME: Finish writing this file

XSLT=saxoncat
fo2=passivetex
fo2pdf=$(fo2)
fo2ps=$(fo2)

all : pdfdist psdist chunkydist htmldist hhdist

dist targets make the final docs and bz2 compress them or pack them into tarballs/zip/itsf archives

pdf : chmspec.pdf

chmspec.pdf : $(sources) fo.xsl

ps : chmspec.ps

html : index.html

chunky : chmspec.html

hh : chmspec.chm

chmspec.chm : $(sources)

.PHONY : all testapps pdf ps html hh

xsltproc -o chmspec.html xsl/html.xsl chmspec.docbook
saxoncat chmspec.docbook xsl/html.xsl -o chmspec.html


after xsltpork has finished with the html, it NEEDS tidying, even after all my fixups
goddam docbook-xsl makes shite HTML
