> -----Original Message-----
> From: Iremonger, Bernard
> Sent: Monday, February 16, 2015 12:09 PM
> To: Mcnamara, John; dev at dpdk.org
> Subject: RE: [dpdk-dev] [PATCH v4 5/5] doc: Convert image extensions to
> wildcard
> >
> > -.. |vmdq_dcb_example| image:: img/vmdq_dcb_example.svg
> > +.. |vmdq_dcb_example| image:: img/vmdq_dcb_example.*
> > --
> > 1.7.4.1
>
> Hi John,
>
> Not sure why this is necessary.
> The rte.sdkdoc.mk file seems to be looking for *.svg files.
Hi Bernard,
This change was is in response to Thomas's comment on the V3 version of the
patch.
http://dpdk.org/ml/archives/dev/2015-February/012249.html
Personally I preferred the V3 solution which left the RST sources untouched and
fixed the SVG extensions in the Tex docs via sed.
This part of the patch has a lot of churn as a result.
John