GNOME Bugzilla – Bug 780497
gtkdoc-mkhtml: somehow evaluate shell variables
Last modified: 2017-03-24 15:12:02 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.
*** Bug 780447 has been marked as a duplicate of this bug. ***
The following fix has been pushed: f42e26e gtkdoc-mk{html,pdf,man}: evaluate some shell variables
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.
Thanks for the patch.