modified: diffout.py
[GalaxyCodeBases.git] / pubdoc / 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