misp-rfc/misp-core-format/Makefile

9 lines
123 B
Makefile

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