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

10 lines
136 B
Makefile
Raw Normal View History

MMARK:=mmark -xml2 -page
2017-09-21 15:20:06 +02:00
docs = $(wildcard *.md)
all: $(docs)
$(MMARK) $< > $<.xml
xml2rfc --text $<.xml
xml2rfc --html $<.xml