modified: _posts/2015-11-17-my-oaths.md
[GalaxyBlog.git] / etc / Markdown-Syntax-CN / Makefile
bloba599b8540b21367fec1cf90833a707b22fba85b8
1 all: index.html
3 index.html: header.html footer.html content.html
4 cat header.html content.html footer.html > index.html
6 content.html: syntax.md
7 perl Markdown_1.0.1/Markdown.pl syntax.md > content.html