[dpdk-dev] [PATCH v4 5/7] mk: Add rule for installing documentation

2015-10-19 Thread Arevalo, Mario Alfredo C
Hi Olivier, Ooops I'm going to fix that :) Thanks. Mario. From: Olivier MATZ [olivier.m...@6wind.com] Sent: Friday, October 16, 2015 12:30 PM To: Arevalo, Mario Alfredo C; dev at dpdk.org Subject: Re: [PATCH v4 5/7] mk: Add rule for installing documentatio

[dpdk-dev] [PATCH v4 5/7] mk: Add rule for installing documentation

2015-10-16 Thread Olivier MATZ
Hi Mario, On 10/05/2015 10:20 PM, Mario Carrillo wrote: > Add hierarchy-file support to the DPDK documentation. > > When invoking "make install-doc" documentation files will > be installed in: $(DESTDIR)/$(DOC_DIR) where > DOC_DIR=$(DESTDIR)/usr/share/doc/dpdk by default. > > You can override DO

[dpdk-dev] [PATCH v4 5/7] mk: Add rule for installing documentation

2015-10-05 Thread Mario Carrillo
Add hierarchy-file support to the DPDK documentation. When invoking "make install-doc" documentation files will be installed in: $(DESTDIR)/$(DOC_DIR) where DOC_DIR=$(DESTDIR)/usr/share/doc/dpdk by default. You can override DOC_DIR var. This hierarchy is based on: http://www.freedesktop.org/softw