OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLDIR
(Results
1 - 4
of
4
) sorted by null
/external/bison/darwin-lib/
configmake.h
16
#define
HTMLDIR
"/usr/local/share/doc/bison"
/external/bison/linux-lib/
configmake.h
16
#define
HTMLDIR
"/usr/local/share/doc/bison"
/external/selinux/secilc/docs/
Makefile
2
HTMLDIR
?= $(CWD)/html
51
mkdir -p $(
HTMLDIR
)
52
$(PANDOC) -t html $^ -o $(
HTMLDIR
)/$(HTML_OUT)
59
rm -rf $(
HTMLDIR
)
/external/ltp/testcases/kernel/fs/mongo/
mongo.pl
77
$
HTMLDIR
= "${RESDIR}/html";
158
unless ( -e $
HTMLDIR
) {
159
print "Creating dir: ${
HTMLDIR
} \n";
160
system("mkdir $
HTMLDIR
");
Completed in 109 milliseconds