Home
last modified time | relevance | path

Searched refs:GENHTML (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/lvm2/dist/
H A Dmake.tmpl.in27 GENHTML = @GENHTML@
H A DMakefile120 $(GENHTML) -o $(LCOV_REPORTS_DIR) -p $(top_srcdir) $(LCOV_REPORTS_DIR)/lvm.info
H A DMakefile.in120 $(GENHTML) -o $(LCOV_REPORTS_DIR) -p $(top_srcdir) $(LCOV_REPORTS_DIR)/lvm.info
H A Dmake.tmpl27 GENHTML =
H A Dconfigure.in627 AC_PATH_PROG(GENHTML, genhtml, no)
628 if test "$LCOV" = no -o "$GENHTML" = no ; then
H A Dconfigure704 GENHTML
12134 case $GENHTML in
12136 ac_cv_path_GENHTML="$GENHTML" # Let the user override the test with a path.
12158 GENHTML=$ac_cv_path_GENHTML
12159 if test -n "$GENHTML"; then
12160 { $as_echo "$as_me:$LINENO: result: $GENHTML" >&5
12161 $as_echo "$GENHTML" >&6; }
12168 if test "$LCOV" = no -o "$GENHTML" = no ; then