[dpdk-dev] [memnic PATCH 13/16] pmd: rename doc when installing

2014-03-27 Thread Thomas Monjalon
> > MEMNIC doc may be installed with other DPDK docs. > > So more descriptive naming is required. > > > > A rule is created in order to have the same rule style for lib and doc. > > > > Signed-off-by: Thomas Monjalon > > [...] > > > +$(DESTDIR)$(docdir)/$(DOC) : $S/README.rst > > + install

[dpdk-dev] [memnic PATCH 13/16] pmd: rename doc when installing

2014-03-27 Thread Olivier MATZ
Hi Thomas, On 02/04/2014 04:54 PM, Thomas Monjalon wrote: > MEMNIC doc may be installed with other DPDK docs. > So more descriptive naming is required. > > A rule is created in order to have the same rule style for lib and doc. > > Signed-off-by: Thomas Monjalon > --- > pmd/Makefile |9 +

[dpdk-dev] [memnic PATCH 13/16] pmd: rename doc when installing

2014-02-04 Thread Thomas Monjalon
MEMNIC doc may be installed with other DPDK docs. So more descriptive naming is required. A rule is created in order to have the same rule style for lib and doc. Signed-off-by: Thomas Monjalon --- pmd/Makefile |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pmd/M