OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTML_DIR
(Results
1 - 2
of
2
) 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)
Completed in 78 milliseconds