GNOME Bugzilla – Bug 124438
Update example to use gtkdocize
Last modified: 2004-12-22 21:47:04 UTC
The example Makefile.am (examples/Makefile.am) doesn't provide an uninstall-local target. So packages using it as a template doesn't uninstall cleanly (and must fail make distcheck) unless package maintainer invents one (and this happens rarely).
Created attachment 20660 [details] [review] A proposed patch
Please provide also a ChangeLog entry.
I generally donn't consider a ChangeLog entry necessary as long as the bug report describes the changes... Writing ChangeLog entries for a patch when the patch goes through multiple iterations is confusing and easy to mess up; it's generally easy enough for the person commiting to CVS to write the ChangeLog entry. However, the right fix is to update the example to use gtk-doc.make and the gtkdocize tool. While this requires a recent version of automake, it makes things *much* simpler. (And gtk-doc.make does have an uninstall rule)
The docs need updating as well. Upping to high priority.
*** Bug 99283 has been marked as a duplicate of this bug. ***
Comment on attachment 20660 [details] [review] A proposed patch Marking the patch as obsolete, gtk-doc.make has a uninstall-local target
I've updated the example Makefile.am and docs in cvs, so closing this.