RichiH / vcsh

config manager based on Git
GNU General Public License v2.0
2.2k stars 124 forks source link

Build time dependency ronn could be dropped #313

Closed alerque closed 3 years ago

alerque commented 3 years ago

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).