GNOME Bugzilla – Bug 433338
Doesn't rebuild the documentation when the .types file changes
Last modified: 2009-02-12 00:16:49 UTC
1. go into a gtk-doc using project 2. compile it 3. touch $(DOC_MODULE).types 4. try to rebuild the documentation 5. the documentation doesn't get rebuilt
Created attachment 86995 [details] [review] Proposed Patch Here's my proposed patch. Please tell my if I may commit it to close this bug.
looks good, does this cause any problems, if ther eis only generated types file?
*** Bug 430435 has been marked as a duplicate of this bug. ***
2007-08-02 Stefan Kost <ensonic@users.sf.net> patch by: Sven Herzberg <herzi@gnome-de.org> * gtk-doc.make: * tests/gtk-doc.make: Rebuild documentation of $(DOC_MODULE).types changed. Fixes #433338
it does not work it someone uses --rebuild-types in SCAN_OPTIONS make: *** No rule to make target `bt-core.types', needed by `scan-build.stamp'. Stop.
Sven, is this okay to close as won't fix. Once gtk-doc 1.8 is established people are encouraged to use --rebuild-types option of gtkdoc-scan.
As a last resort, we could add EXTRA_SCAN_DEPS var and you can put $(srcdir)/$(DOC_MODULE).types in there if you want. We could do this for every target.
Closing as WONTFIX as per comment #6. Herzi, please reopen if you don't want this issue to be closed.