GNOME Bugzilla – Bug 319599
fix gtk-doc for 'make distcheck'
Last modified: 2005-11-24 16:34:33 UTC
the docs build for gst-coreuses the same sourcedir twice and the docs build for libs also scans the core build. This leads to all the unused symbols warnings.
Created attachment 53831 [details] [review] remove extra --srcdir
Created attachment 53832 [details] normal make run
Created attachment 53833 [details] non-sourcedir make run
as discussed on IRC: - currently there is no problem with the core API build - there is a problem with the libs build - the non-srcdir build adds $(top_builddir)/gst, so it rescans stuff that belongs to the core API - thus a correct patch should move stuff that is different in both builds out of the common/gtk-doc.mak, and put it in the respective Makefile.am
attaching distcheck.log.gz, run on core after applying the above patch. Note the WARNING: lines.
Created attachment 55180 [details] make distcheck after the patch on core
Created attachment 55187 [details] [review] new patch that preserves old functionality and only adresses the libs problem
commited, thanks