Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: speed "noop" compilation times by not force-building markdown an…
…d man pages every time. Their dependencies seem correct, so we shouldn't have to build them every time. Before: ```shell $ time make -s real 0m5.183s user 0m5.134s sys 0m11.715s ``` After: ```shell $ time make -s real 0m0.784s user 0m0.775s sys 0m1.159s ``` Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information