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 616278 - Installing gtk-doc files broken
Installing gtk-doc files broken
Status: RESOLVED DUPLICATE of bug 642494
Product: GEGL
Classification: Other
Component: build
git master
Other Linux
: Normal normal
: ---
Assigned To: Default Gegl Component Owner
Depends on:
Blocks:
 
 
Reported: 2010-04-20 13:03 UTC by Ulf-D. Ehlert
Modified: 2011-03-26 17:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Bugfix (737 bytes, patch)
2010-04-20 13:03 UTC, Ulf-D. Ehlert
none Details | Review

Description Ulf-D. Ehlert 2010-04-20 13:03:04 UTC
Created attachment 159160 [details] [review]
Bugfix

You must not specify $(DESTDIR) when defining gtkdochtmldir since
automake takes care of it:

install-dist_gtkdochtmlDATA: $(dist_gtkdochtml_DATA)
        @$(NORMAL_INSTALL)
        test -z "$(gtkdochtmldir)" || $(MKDIR_P) "$(DESTDIR)$(gtkdochtmldir)"
        ...
Comment 1 Jon Nordby 2011-03-26 17:43:43 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 642494 ***