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 539977 - distclean also cleans doc maintainer timestamps
distclean also cleans doc maintainer timestamps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: common
git master
Other Linux
: Normal minor
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-24 15:46 UTC by Mark Nauwelaerts
Modified: 2008-07-02 09:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Possible patch. (494 bytes, patch)
2008-06-24 15:47 UTC, Mark Nauwelaerts
committed Details | Review

Description Mark Nauwelaerts 2008-06-24 15:46:11 UTC
A distributed tarball contains some .stamp that are to be maintained by "doc maintainer" (in CVS) and distributed along so that a regular configure, make does not need to perform the steps to build these (along with dependencies that brings along).  So, a make following a make distclean could fail (though need not if one happens to have enough dependencies available).
Comment 1 Mark Nauwelaerts 2008-06-24 15:47:42 UTC
Created attachment 113344 [details] [review]
Possible patch.

* Only clean doc maintainer stamps in maintainer-clean.

(Note that the other stamps are already in CLEANFILES).
Comment 2 Mark Nauwelaerts 2008-07-02 09:15:12 UTC
2008-07-02  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>

	* gtk-doc-plugins.mak:
	Only clean doc maintainer stamps in maintainer-clean.  Fixes #539977.