Searched refs:PANDOC (Results 1 – 4 of 4) sorted by relevance
9 PANDOC := @PANDOC@
110 ifneq ($(PANDOC),)112 $(PANDOC) --standalone -V title=$$* -V section=$(1) \129 ifneq ($(PANDOC),)131 $(PANDOC) --standalone $$< -t html --toc --output $$@146 ifneq ($(PANDOC),)148 $(PANDOC) --standalone $$< -t plain --output $$@244 ifneq ($(PANDOC),)246 $(PANDOC) --number-sections --toc --standalone $$< --output $$@
27 AX_DOCS_TOOL_PROG([PANDOC], [pandoc])
1314 PANDOC Path to pandoc tool2169 case $PANDOC in2171 ac_cv_path_PANDOC="$PANDOC" # Let the user override the test with a path.2192 PANDOC=$ac_cv_path_PANDOC2193 if test -n "$PANDOC"; then2194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PANDOC" >&52195 $as_echo "$PANDOC" >&6; }
Completed in 7 milliseconds