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

10 lines
124 B
Makefile

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