misp-rfc/misp-core-format/Makefile

9 lines
123 B
Makefile
Raw Permalink Normal View History

2022-02-14 16:25:47 +01:00
MMARK:=mmark
docs = $(wildcard *.md)
all: $(docs)
$(MMARK) $< > $<.xml
xml2rfc --text $<.xml
2016-10-01 20:46:27 +02:00
xml2rfc --html $<.xml