GNOME Bugzilla – Bug 590625
$(DOC_MODULE)-overrides.txt is required by "make dist"
Last modified: 2010-01-15 16:08:59 UTC
gtk-doc.make puts $(DOC_MODULE)-overrides.txt in EXTRA_DIST, so this file must exist to be able to "make dist".
Created attachment 139786 [details] [review] Patch to solve the issue (using "git format-patch HEAD^") No creative name for this patch...
*** Bug 607055 has been marked as a duplicate of this bug. ***
commit d1a042fbd75b7f8d44293fbee01e783be79d884c Author: Nicola Fontana <ntd@entidi.it> Date: Mon Aug 3 15:32:36 2009 +0200 gtkdoc-scan: touch MODULE-overrides.txt when missing. Fixes #590625 gtk-doc.make puts $(DOC_MODULE)-overrides.txt in EXTRA_DIST, so this file must exist to be able to "make dist".