Home
last modified time | relevance | path

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

/xen/config/
A DDocs.mk.in8 PANDOC := @PANDOC@
/xen/docs/
A DMakefile98 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 $$@
A Dconfigure.ac27 AX_DOCS_TOOL_PROG([PANDOC], [pandoc])
A Dconfigure1316 PANDOC Path to pandoc tool
2182 case $PANDOC in
2184 ac_cv_path_PANDOC="$PANDOC" # Let the user override the test with a path.
2205 PANDOC=$ac_cv_path_PANDOC
2206 if test -n "$PANDOC"; then
2207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PANDOC" >&5
2208 $as_echo "$PANDOC" >&6; }

Completed in 5 milliseconds