GNOME Bugzilla – Bug 691873
g-ir-doc-tool does not find its templates any more
Last modified: 2015-02-07 17:01:36 UTC
http://git.gnome.org/browse/gobject-introspection/commit/?id=8b23c6c changed the lookup path of the g-ir-doc-tool templates at runtime: - template_dir = os.path.dirname(__file__) + srcdir = os.path.dirname(__file__) + + template_dir = os.path.join(srcdir, 'doctemplates', self._language) However, it did not actually change the install location for those, they still end up right next to mallardwriter.py in the Python lib dir. Jasper says on IRC that the new install location is intended, so we need to fix the Makefiles to do that.
Created attachment 233611 [details] [review] Fix install location of Mallard templates
Review of attachment 233611 [details] [review]: This looks reasonable to me.
Thanks for reviewing! Pushed.
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]