On Mon, Feb 12, 2018 at 08:51:28PM -0700, Jason Gunthorpe wrote: > From: Jason Gunthorpe <jgg@xxxxxxxxxxxx> > > This is v2 of the earlier series that is substantially reworked based on > comments. > > The cmake stuff now supports three modes of operation > - Building but not installing: pandoc is optional and nothing special has to be done > eg for people testing 'in place' using ./build.sh > - Building from the github release .tar.gz: pandoc is optional. > The github automatic release process includes the built pandoc > output which is used automatically if pandoc is not available > [and we need to run this through a -rc cycle to be perfectly sure > github & travis are working perfectly, I only simulated it with > cbuild] > - Building from git and installing: You need to either install > pandoc (eg from EPEL) or us 'cbuild pkg travis' to produce the > prebuilt copies and place them in your source tree. > > This seems like enough to cover the somewhat conflicting requirements of not > putting generated output into git, while also supporting building on every > distro. > > The second patch is greatly chopped down to a subset of md versions that will > not attract style complaints. When this series is applied I will revist the > rest of the .md files that I have already got. > > This a PR: > https://github.com/linux-rdma/rdma-core/pull/274 > > And the original full .md conversion can still be viewed here: > > https://github.com/jgunthorpe/rdma-plumbing/tree/pandoc-all > > Jason Gunthorpe (2): > Support writing man pages in MarkDown > verbs: Switch simpler man pages over to markdown format It has been long enough, applied now Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html