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 720061 - make: create subdirectories of the content_files to the builddir
make: create subdirectories of the content_files to the builddir
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.19
Other Linux
: Normal normal
: 1.20
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2013-12-08 14:03 UTC by Alban Browaeys
Modified: 2014-01-05 22:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
make: create subdirectories of the content_files to the builddir (1.85 KB, patch)
2013-12-08 14:03 UTC, Alban Browaeys
committed Details | Review
make: create subdirectories of the content_files to the builddir (1.89 KB, patch)
2013-12-08 20:10 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
committed Details | Review

Description Alban Browaeys 2013-12-08 14:03:46 UTC
Created attachment 263744 [details] [review]
make: create subdirectories of the content_files to the  builddir

Fixup for "make: copy the files with their relative path included" also
by me.
That is it is fine to keep the subdir from the source to the build
directory, only it could not already have been generated. Do so.
Required by a followup patch for PackageKit which has SETUP_FILES
in a the "spec" directory. As nothing is generated there, it needs
action to create it in the build tree.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2013-12-08 20:10:46 UTC
The following fix has been pushed:
258ab76 make: create subdirectories of the content_files to the builddir
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2013-12-08 20:10:54 UTC
Created attachment 263772 [details] [review]
make: create subdirectories of the content_files to the builddir

Fixup for "make: copy the files with their relative path included" also
by me.
That is it is fine to keep the subdir from the source to the build
directory, only it could not already have been generated. Do so.
Required by a followup patch for PackageKit which has SETUP_FILES
in a the "spec" directory. As nothing is generated there, it needs
action to create it in the build tree.