GNOME Bugzilla – Bug 691923
Don't rebuild docs on every "make" run.
Last modified: 2013-01-18 09:51:49 UTC
If configured with "--enable-docs", documentation is always regenerated when running make, even if no source file is modified. This is a slight pain because valadoc invocation takes some time. It might be good to use timestamp files (like gtk-doc.make) to avoid redundant invocation of valadoc.
Created attachment 233649 [details] [review] Don't rebuild docs every "make" run. Create timestamp files to avoid redundant valadoc invocation.
Review of attachment 233649 [details] [review]: Looks good. Please add a NEWS entry and commit to master. Thanks.
Thanks, pushed.