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 780497 - gtkdoc-mkhtml: somehow evaluate shell variables
gtkdoc-mkhtml: somehow evaluate shell variables
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
: 780447 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2017-03-24 11:31 UTC by Víctor Manuel Jáquez Leal
Modified: 2017-03-24 15:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.13 KB, patch)
2017-03-24 11:31 UTC, Víctor Manuel Jáquez Leal
committed Details | Review
gtkdoc-mk{html,pdf,man}: evaluate some shell variables (3.35 KB, patch)
2017-03-24 15:09 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
committed Details | Review

Description Víctor Manuel Jáquez Leal 2017-03-24 11:31:31 UTC
Created attachment 348639 [details] [review]
patch

@datarootdir@ and @datadir@ are strings composed by unevealuated shell variables. In python we have to evaluate those shell variables.

This patch try to do those evaluation to obtain the expected paths.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2017-03-24 12:49:27 UTC
*** Bug 780447 has been marked as a duplicate of this bug. ***
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2017-03-24 15:09:26 UTC
The following fix has been pushed:
f42e26e gtkdoc-mk{html,pdf,man}: evaluate some shell variables
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2017-03-24 15:09:38 UTC
Created attachment 348655 [details] [review]
gtkdoc-mk{html,pdf,man}: evaluate some shell variables

@datarootdir@ and @datadir@ are strings composed by unevealuated
shell variables. In python we have to evaluate those shell
variables.

This patch tries to do those evaluation to obtain the expected paths.
Comment 4 Stefan Sauer (gstreamer, gtkdoc dev) 2017-03-24 15:12:02 UTC
Thanks for the patch.