misp-rfc/misp-object-template-format/Makefile

10 lines
136 B
Makefile

MMARK:=mmark -xml2 -page
docs = $(wildcard *.md)
all: $(docs)
$(MMARK) $< > $<.xml
xml2rfc --text $<.xml
xml2rfc --html $<.xml