OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLDIR
(Results
1 - 3
of
3
) 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
0
HTMLDIR
?= ./html
24
@mkdir -p $(
HTMLDIR
)
25
@for m in *.html; do if [ -f $$m ]; then mv $$m $(
HTMLDIR
); fi; done
Completed in 203 milliseconds