提交 a1fb2457 编写于 作者: Y Yi Wang

Change build.sh to invoke convert-markdown-into-html.sh

上级 b7590547
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
for file in `find . -name '*.md' | grep -v '^./README.md'` for file in `find . -name '*.md' | grep -v '^./README.md'`
do do
bash .tmpl/build.sh $file .tmpl/template.html > `dirname $file`/index.html bash .tmpl/convert-markdown-into-html.sh $file > `dirname $file`/index.html
done done
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册