Home
last modified time | relevance | path

Searched refs:PANDOC (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/config/
A DDocs.mk.in9 PANDOC := @PANDOC@
/xen-4.10.0-shim-comet/docs/
A DMakefile110 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 $$@
A Dconfigure.ac27 AX_DOCS_TOOL_PROG([PANDOC], [pandoc])
A Dconfigure1314 PANDOC Path to pandoc tool
2169 case $PANDOC in
2171 ac_cv_path_PANDOC="$PANDOC" # Let the user override the test with a path.
2192 PANDOC=$ac_cv_path_PANDOC
2193 if test -n "$PANDOC"; then
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PANDOC" >&5
2195 $as_echo "$PANDOC" >&6; }

Completed in 7 milliseconds