HomeSort by relevance Sort by last modified time
    Searched refs:HTML_DIR (Results 1 - 3 of 3) sorted by null

  /docs/source.android.com/scripts/
build.py 35 HTML_DIR = 'out'
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
  /external/clang/docs/tools/
Makefile 88 HTML_DIR := $(DESTDIR)$(PROJ_docsdir)/html/clang
94 $(Verb) $(MKDIR) $(HTML_DIR)
95 $(Verb) $(DataInstall) $(HTML) $(HTML_DIR)
96 $(Verb) $(DataInstall) $(PROJ_SRC_DIR)/manpage.css $(HTML_DIR)
112 $(Verb) $(RM) -rf $(HTML_DIR) $(MAN_DIR) $(PS_DIR)
  /external/chromium_org/third_party/libxml/src/
configure 845 HTML_DIR
    [all...]

Completed in 72 milliseconds