misp-rfc/misp-taxonomy-format/Makefile

10 lines
136 B
Makefile
Raw Normal View History

MMARK:=mmark -xml2 -page
2016-10-13 07:57:57 +02:00
docs = $(wildcard *.md)
all: $(docs)
$(MMARK) $< > $<.xml
xml2rfc --text $<.xml
xml2rfc --html $<.xml