Re: [ovs-dev] [PATCH] Makefiles: Move xml2nroff rule from ovn directory to top level.

2015-06-24 Thread Alex Wang
> > > Acked-by: Alex Wang > > Thanks. > > I doubt this patch was related to the problem, because it only moves > text around without changing it. > Yeah, it is unrelated, ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/d

Re: [ovs-dev] [PATCH] Makefiles: Move xml2nroff rule from ovn directory to top level.

2015-06-24 Thread Ben Pfaff
On Mon, Jun 22, 2015 at 04:44:28PM -0700, Alex Wang wrote: > On Mon, Jun 22, 2015 at 3:58 PM, Alex Wang wrote: > > > > > > > On Mon, Jun 22, 2015 at 3:42 PM, Ben Pfaff wrote: > > > >> Originally only the OVN documentation used the XML format, but now it's > >> used outside the ovn directory (ini

Re: [ovs-dev] [PATCH] Makefiles: Move xml2nroff rule from ovn directory to top level.

2015-06-22 Thread Alex Wang
On Mon, Jun 22, 2015 at 3:58 PM, Alex Wang wrote: > > > On Mon, Jun 22, 2015 at 3:42 PM, Ben Pfaff wrote: > >> Originally only the OVN documentation used the XML format, but now it's >> used outside the ovn directory (initially for ovs-sim.1) so it's more >> logical to have the xml->nroff rule a

Re: [ovs-dev] [PATCH] Makefiles: Move xml2nroff rule from ovn directory to top level.

2015-06-22 Thread Alex Wang
On Mon, Jun 22, 2015 at 3:42 PM, Ben Pfaff wrote: > Originally only the OVN documentation used the XML format, but now it's > used outside the ovn directory (initially for ovs-sim.1) so it's more > logical to have the xml->nroff rule at the top level. > > Reported-by: Alex Wang > Signed-off-by:

[ovs-dev] [PATCH] Makefiles: Move xml2nroff rule from ovn directory to top level.

2015-06-22 Thread Ben Pfaff
Originally only the OVN documentation used the XML format, but now it's used outside the ovn directory (initially for ovs-sim.1) so it's more logical to have the xml->nroff rule at the top level. Reported-by: Alex Wang Signed-off-by: Ben Pfaff --- Makefile.am | 18 ++ ovn/au