昵称中允许数字
[gaetalk.git] / Makefile
blobccbd3469ae7c642b3a37cfc13b7e916e6f512deb
1 .PHONY: all clean
3 all: README.html
5 README.html: README.mkd
6 @echo '<!DOCTYPE html>' > $@
7 @echo '<link rel="stylesheet" href="css/markdown.css" type="text/css" />' >> $@
8 @echo '<meta http-equiv="content-type" content="text/html; charset=utf-8" />' >> $@
9 @echo '<title>gaetalk 介绍</title>' >> $@
10 markdown < $< >> $@
11 clean:
12 -rm *.html