Skip to content

Instantly share code, notes, and snippets.

@fclad
fclad / Makefile
Created September 19, 2019 14:18
draft generation and snapshots
KDRFC = ${HOME}/.gem/ruby/2.3.0/bin/kramdown-rfc2629
XML2RFC = xml2rfc
RM = rm -f
SRC = $(wildcard *.md)
.PHONY: snapshot cleanall
all: $(SRC:.md=.xml) $(SRC:.md=.txt) $(SRC:.md=.html)