Re: [RFC PATCH] docs-rst: move the rules for svg and graphviz to Makefile.sphinx

2016-11-21 Thread Daniel Vetter
On Mon, Nov 21, 2016 at 08:51:55AM -0200, Mauro Carvalho Chehab wrote: > Em Mon, 21 Nov 2016 11:21:27 +0100 > Daniel Vetter escreveu: > > > On Mon, Nov 21, 2016 at 07:48:50AM -0200, Mauro Carvalho Chehab wrote: > > > Not only media documents may have images. So, move the > > > rules for building

Re: [RFC PATCH] docs-rst: move the rules for svg and graphviz to Makefile.sphinx

2016-11-21 Thread Mauro Carvalho Chehab
Em Mon, 21 Nov 2016 11:21:27 +0100 Daniel Vetter escreveu: > On Mon, Nov 21, 2016 at 07:48:50AM -0200, Mauro Carvalho Chehab wrote: > > Not only media documents may have images. So, move the > > rules for building images from graphviz and from SVG to > > the Documentation makefile. > > > > With

Re: [RFC PATCH] docs-rst: move the rules for svg and graphviz to Makefile.sphinx

2016-11-21 Thread Daniel Vetter
On Mon, Nov 21, 2016 at 07:48:50AM -0200, Mauro Carvalho Chehab wrote: > Not only media documents may have images. So, move the > rules for building images from graphviz and from SVG to > the Documentation makefile. > > With this change, if some Documentation subdir "foo" > can now specify that he

[RFC PATCH] docs-rst: move the rules for svg and graphviz to Makefile.sphinx

2016-11-21 Thread Mauro Carvalho Chehab
Not only media documents may have images. So, move the rules for building images from graphviz and from SVG to the Documentation makefile. With this change, if some Documentation subdir "foo" can now specify that he has SVG and/or DOT source images that are included inside the documentation. All