mirror of
https://github.com/captn3m0/boardgame-research.git
synced 2024-09-11 16:46:33 +00:00
4 lines
134 B
Makefile
4 lines
134 B
Makefile
all:
|
|
xsltproc to-markdown.xsl boardgame-research.rdf > /tmp/contents.md
|
|
cat HEADER.md /tmp/contents.md > README.md
|
|
doctoc README.md
|