After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 433338 - Doesn't rebuild the documentation when the .types file changes
Doesn't rebuild the documentation when the .types file changes
Status: RESOLVED WONTFIX
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Sven Herzberg
gtk-doc maintainers
: 430435 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-04-25 15:44 UTC by Sven Herzberg
Modified: 2009-02-12 00:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed Patch (804 bytes, patch)
2007-04-25 15:45 UTC, Sven Herzberg
committed Details | Review

Description Sven Herzberg 2007-04-25 15:44:08 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
Comment 1 Sven Herzberg 2007-04-25 15:45:09 UTC
Created attachment 86995 [details] [review]
Proposed Patch

Here's my proposed patch. Please tell my if I may commit it to close this bug.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2007-04-26 10:57:02 UTC
looks good, does this cause any problems, if ther eis only generated types file?
Comment 3 Vincent Untz 2007-06-05 23:10:13 UTC
*** Bug 430435 has been marked as a duplicate of this bug. ***
Comment 4 Stefan Sauer (gstreamer, gtkdoc dev) 2007-08-02 19:34:58 UTC
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
Comment 5 Stefan Sauer (gstreamer, gtkdoc dev) 2007-08-10 17:03:45 UTC
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.

Comment 6 Stefan Sauer (gstreamer, gtkdoc dev) 2007-08-12 18:10:31 UTC
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.
Comment 7 Stefan Sauer (gstreamer, gtkdoc dev) 2007-09-10 19:01:09 UTC
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.
Comment 8 Tobias Mueller 2009-02-12 00:16:49 UTC
Closing as WONTFIX as per comment #6.

Herzi, please reopen if you don't want this issue to be closed.