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