Searched refs:PANDOC (Results 1 – 4 of 4) sorted by relevance
8 PANDOC := @PANDOC@
98 ifneq ($(PANDOC),)100 $(PANDOC) --standalone -V title=$$* -V section=$(1) \122 ifneq ($(PANDOC),)124 $(PANDOC) --standalone $$< -t html --toc --output $$@139 ifneq ($(PANDOC),)141 $(PANDOC) --standalone $$< -t plain --output $$@223 ifneq ($(PANDOC),)225 $(PANDOC) --number-sections --toc --standalone $$< --output $$@
27 AX_DOCS_TOOL_PROG([PANDOC], [pandoc])
1316 PANDOC Path to pandoc tool2182 case $PANDOC in2184 ac_cv_path_PANDOC="$PANDOC" # Let the user override the test with a path.2205 PANDOC=$ac_cv_path_PANDOC2206 if test -n "$PANDOC"; then2207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PANDOC" >&52208 $as_echo "$PANDOC" >&6; }
Completed in 5 milliseconds