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 660363 - Unable to display platform-overview due to missing XIncluded xml files.
Unable to display platform-overview due to missing XIncluded xml files.
Status: RESOLVED FIXED
Product: gnome-devel-docs
Classification: Applications
Component: platform-overview
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-devel-docs-platform-overview-maint
gnome-devel-docs maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-28 13:58 UTC by Gert Kulyk
Modified: 2011-10-17 13:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (686 bytes, patch)
2011-10-08 18:34 UTC, Gert Kulyk
committed Details | Review

Description Gert Kulyk 2011-09-28 13:58:42 UTC
Platform overview xincludes cc-by-sa-3-0.xml and legal-fdl.xml, but both files are not distributed with the current tarballs. 

By adding:

DOC_INCLUDES=  \
  cc-by-sa-3-0.xml \
  legal-fdl.xml

to platform-overview/Makefile.am, this should be fixed.
Comment 1 Gert Kulyk 2011-10-08 18:34:25 UTC
Created attachment 198617 [details] [review]
Proposed fix