all: charmap1-out1.xml txt.preamble.html txt.postamble.html
$(MAKE) -C prettyprint
$(MAKE) -C output
charmap1-out1.xml: charmap1.xsl
saxon -8a charmap1.xsl charmap1.xsl out.xml
txt.preamble.html: txt.preamble.html.SAVE
cp $< $@
txt.postamble.html: txt.postamble.html.SAVE
cp $< $@
clean:
rm -f *.html
$(MAKE) -C prettyprint clean
$(MAKE) -C output clean