[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 1/7] docs/build: Misc cleanup
* Use $(PANDOC) from ./configure * Swap '-N' for its less-obscure longer form * Don't explicitly echo about markdown. The call to markdown is emitted * Whitespace cleanup Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CC: Ian Campbell <Ian.Campbell@xxxxxxxxxx> CC: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> CC: Wei Liu <wei.liu2@xxxxxxxxxx> --- docs/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 854fb50..f4c8412 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -84,7 +84,7 @@ man5/%.5: man/%.pod.5 Makefile .PHONY: clean clean: $(MAKE) -C figs clean - rm -rf .word_count *.aux *.dvi *.bbl *.blg *.glo *.idx *~ + rm -rf .word_count *.aux *.dvi *.bbl *.blg *.glo *.idx *~ rm -rf *.ilg *.log *.ind *.toc *.bak *.tmp core rm -rf html txt pdf rm -rf man5 @@ -115,7 +115,6 @@ html/index.html: $(DOC_HTML) $(CURDIR)/gen-html-index INDEX html/%.html: %.markdown $(INSTALL_DIR) $(@D) ifdef MARKDOWN - @echo "Running markdown to generate $*.html ... " $(MARKDOWN) $< > $@.tmp ; \ $(call move-if-changed,$@.tmp,$@) else @@ -189,7 +188,7 @@ endif pdf/%.pdf: %.markdown $(INSTALL_DIR) $(@D) - pandoc -N --toc --standalone $< --output $@ + $(PANDOC) --number-sections --toc --standalone $< --output $@ ifeq (,$(findstring clean,$(MAKECMDGOALS))) $(XEN_ROOT)/config/Docs.mk: -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |