# $Id: Makefile,v 1.2 2004/10/10 13:01:52 connolly Exp $ XSLTPROC=xsltproc PYTHON=python CAT=cat W=../../../../ DAWG=$(W)/2001/sw/DataAccess ### # ftf Basel record, formalized # 05-07-tag-actions.txt: 05-07-tag-formal.rdf $(DAWG)/actions-txt.xsl $(XSLTPROC) $(DAWG)/actions-txt.xsl 05-07-tag-formal.rdf >$@ $(CAT) $@ 05-07-tag-formal.rdf: 05-07-tag.html groktagftf.xsl $(XSLTPROC) --novalid groktagftf.xsl 05-07-tag.html >$@