The build time dependency on ronn should be pretty easy to drop now, at least for most use cases. What we need to do is make it a requirement for make dist, then bundle the finished man page in the source dist. That will make the rule to rebuild it optional and build time, so people building from the source release will be able to avoid it entirely. Only builds from Git clones would require it (already optional if you configure without the man page).
The build time dependency on
ronn
should be pretty easy to drop now, at least for most use cases. What we need to do is make it a requirement formake dist
, then bundle the finished man page in the source dist. That will make the rule to rebuild it optional and build time, so people building from the source release will be able to avoid it entirely. Only builds from Git clones would require it (already optional if you configure without the man page).