## Process this file with automake to produce Makefile.in XSLTPROC=@XSLTPROC@ XML2HTML=xml2html include xml2html/Makefile doc.html: doc.xhtml style.css # ReleaseNotes.xml is for pre-1.0 releases doc.xhtml: doc.xml doc.img version.ent doc-m.tex: doc.xml $(XSLTPROC) --stringparam target m xml2html/structure.xslt doc.xml | \ sed -e 's/<//g' -e 's/&/\&/g' >doc-m.tex doc.img: doc-m.tex rm -Rf doc.img; mkdir doc.img cp doc-m.tex doc.img cd doc.img; tex doc-m cd doc.img; ../../dvi2bitmap --magnification=3 --scaledown=3 --output-type=gif doc-m style.css: cp ../html/style.css . version.ent: Makefile rm -f version.ent echo '' >version.ent CLEANFILES=doc.html doc.xhtml doc-m.tex style.css