Directory renamed: output/ -> html/.

This commit is contained in:
Zhang Huangbin 2014-09-16 12:25:13 +08:00
parent 1f4a863dbc
commit 66fee0fffc
5 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# Directory used to store converted html files.
PWD="$(PWD)"
SOURCE_DIR="${PWD}/src"
OUTPUT_DIR="${PWD}/output"
OUTPUT_DIR="${PWD}/html"
INDEX_MD="${OUTPUT_DIR}/index.md"
CMD_CONVERT="python ${PWD}/tools/markdown2html.py"