aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
blob: be01c035d431c15aa2edd6cfae15e9b62a43b83f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
all: update

whitepaper.txt: whitepaper.xml
	xml2rfc whitepaper.xml --verbose --text

whitepaper.xml: whitepaper.md
	mmark whitepaper.md > whitepaper.xml

update: whitepaper.txt
	git add .
	git commit -m "automatic documentation update"
	git push