Searched refs:HTML_DIR (Results 1 - 1 of 1) sorted by relevance

/docs/source.android.com/scripts/
H A Dbuild.py35 HTML_DIR = 'out' variable
50 # Step 2, rm -rf HTML_DIR if it exists, and then re-create it
51 if os.path.exists(HTML_DIR):
52 shutil.rmtree(HTML_DIR)
54 os.mkdir(HTML_DIR)
56 # Step 3, recursively mirror SRC_DIR to HTML_DIR, directory by directory, translating *.md
69 outdir[0] = HTML_DIR

Completed in 122 milliseconds