[ovs-dev] [PATCH v2 2/5] make: Add distinct clean-docs target

Ben Pfaff blp at ovn.org
Wed Jan 4 16:51:18 UTC 2017


On Mon, Jan 02, 2017 at 11:47:39AM +0000, Stephen Finucane wrote:
> Speed things up by not rebuilding documents every time.
> 
> Signed-off-by: Stephen Finucane <stephen at that.guru>

Thanks.

Commands of the form "rm -rf $(var)/*" make me super-nervous, so I
changed the clean-docs commands to:
	rm -rf $(SPHINXBUILDDIR)/doctrees
	rm -rf $(SPHINXBUILDDIR)/html
	rm -rf $(SPHINXBUILDDIR)/linkcheck
since those appear to be the directories used in practice.


More information about the dev mailing list