add read online

This commit is contained in:
mkwiser
2014-10-31 00:44:36 +08:00
parent ee6f9791c5
commit c41331dd65
8 changed files with 102 additions and 31 deletions

View File

@@ -18,11 +18,6 @@ build_tpl() {
sed -e "s#'\.\/src'#'./$version'#g" |
tr -s "\n" " " |
sed 's#[[:space:]]\+# #g' > ./release/index.html
cat ./release/ttf.html |
sed -e "s#'\.\/src'#'./$version'#g" |
tr -s "\n" " " |
sed 's#[[:space:]]\+# #g' > ./release/ttf.html
}