GNOME Bugzilla – Bug 52458
.c file dependency for docs
Last modified: 2004-12-22 21:47:04 UTC
Should have a dependency on the .c files and redo the scan step in that case.
There is a dependency on .c files for the sgml target (C_FILES_GLOB). IMO that should be sufficient.
Its' actually not sufficient because new properties, say, would have an effect at the scan stage not the SGML stage.
Moving docs bugs from 2.0.1 => 2.0.2
Move open bugs from milestones 2.0.[012] -- > 2.0.3, since 2.0.2 is already out.
Is this actually a gtk-doc bug ?
I think it is. We should fix the example / "standard" gtk-doc Makefile.
So we just need to change: scan-build.stamp: $(HFILE_GLOB) to: scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) Right? That seems OK to me. It means scanning will happen more often, but shouldn't matter since people rarely run make in the toplevel dir.
I've committed the above change, and it now rescans if a .c file changes.