diff --git a/convert.sh b/convert.sh index 0faf95a2..d3b59f38 100644 --- a/convert.sh +++ b/convert.sh @@ -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" diff --git a/output/faq-howto/_summary.html b/html/faq-howto/_summary.html similarity index 100% rename from output/faq-howto/_summary.html rename to html/faq-howto/_summary.html diff --git a/output/faq-howto/amavisd_no_x-spam-headers.html b/html/faq-howto/amavisd_no_x-spam-headers.html similarity index 100% rename from output/faq-howto/amavisd_no_x-spam-headers.html rename to html/faq-howto/amavisd_no_x-spam-headers.html diff --git a/output/faq-howto/how-to-enable-smtps-service.html b/html/faq-howto/how-to-enable-smtps-service.html similarity index 100% rename from output/faq-howto/how-to-enable-smtps-service.html rename to html/faq-howto/how-to-enable-smtps-service.html diff --git a/output/index.html b/html/index.html similarity index 100% rename from output/index.html rename to html/index.html