X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=mk%2Frte.doc.mk;h=5ce33a9d1b68f031af6f1bd9aa2caaf2700efb68;hb=cdb5f15cdda859bcc411dbad3b63292b6f8eef90;hp=cbde24b7db183b1ae3a93abae3242f5eefba9745;hpb=dada9ef6edc59015b6674b5a95258787c71401b0;p=dpdk.git diff --git a/mk/rte.doc.mk b/mk/rte.doc.mk index cbde24b7db..5ce33a9d1b 100644 --- a/mk/rte.doc.mk +++ b/mk/rte.doc.mk @@ -43,7 +43,6 @@ VPATH = $(abspath $(BASEDOCDIR)/$(DOCDIR)) pngfiles = $(patsubst %.svg,%.png,$(SVG)) pdfimgfiles = $(patsubst %.svg,%.pdf,$(SVG)) -htmlfiles = $(patsubst %.rst,%.html,$(RST)) pdffiles = $(patsubst %.rst,%.pdf,$(RST)) .PHONY: all doc clean @@ -59,10 +58,7 @@ else winpath = $(1) endif -all doc: $(pngfiles) $(htmlfiles) $(pdffiles) $(DIRS) - @true - -htmldoc: $(pngfiles) $(htmlfiles) $(DIRS) +all doc: $(pngfiles) $(pdffiles) $(DIRS) @true pdfdoc: $(pngfiles) $(pdffiles) $(DIRS)