update copyright date to 2013
[dpdk.git] / mk / rte.doc.mk
index b57504a..f5d6e93 100644 (file)
@@ -1,6 +1,6 @@
 #   BSD LICENSE
 # 
-#   Copyright(c) 2010-2012 Intel Corporation. All rights reserved.
+#   Copyright(c) 2010-2013 Intel Corporation. All rights reserved.
 #   All rights reserved.
 # 
 #   Redistribution and use in source and binary forms, with or without 
@@ -29,7 +29,6 @@
 #   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
 #   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 # 
-#  version: DPDK.L.1.2.3-3
 
 DEFAULT_DPI ?= 300
 
@@ -44,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
@@ -60,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)