# The base names of the drafts, without .xml extensions IDS= \ draft-pfeiffer-annodex-current \ draft-pfeiffer-cmml-current \ draft-pfeiffer-temporal-fragments-current \ draft-pfeiffer-cmml-03 # The xml2rfc command XML2RFC=xml2rfc #xml2rfc.tcl # Default target all: txt html txt: $(IDS:%=%.txt) html: $(IDS:%=%.html) %.txt: %.xml $(XML2RFC) $*.xml $*.txt %.html: %.xml $(XML2RFC) $*.xml $*.html