[gobject-introspection] Fix install location of Mallard templates
- From: Martin Pitt <martinpitt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Fix install location of Mallard templates
- Date: Fri, 18 Jan 2013 15:18:33 +0000 (UTC)
commit e602311ca686ee879b370213c69bb06f50c195b4
Author: Martin Pitt <martinpitt gnome org>
Date: Wed Jan 16 18:06:35 2013 +0100
Fix install location of Mallard templates
http://git.gnome.org/browse/gobject-introspection/commit/?id=8b23c6c changed
the lookup path of the g-ir-doc-tool templates at runtime, but did not change
the install location of the templates. Install them into the expected place.
https://bugzilla.gnome.org/show_bug.cgi?id=691873
Makefile-giscanner.am | 25 ++++++++++++++-----------
1 files changed, 14 insertions(+), 11 deletions(-)
---
diff --git a/Makefile-giscanner.am b/Makefile-giscanner.am
index ef99904..c43b5bd 100644
--- a/Makefile-giscanner.am
+++ b/Makefile-giscanner.am
@@ -26,7 +26,7 @@ libgiscanner_la_CFLAGS = $(GOBJECT_CFLAGS) $(GIO_CFLAGS)
# Python module
pkgpyexecdir = $(pkglibdir)/giscanner
pkgpyexec_LTLIBRARIES = _giscanner.la
-pkgpyexec_PYTHON = \
+pkgpyexec_PYTHON = \
giscanner/__init__.py \
giscanner/annotationmain.py \
giscanner/annotationparser.py \
@@ -42,6 +42,18 @@ pkgpyexec_PYTHON = \
giscanner/libtoolimporter.py \
giscanner/odict.py \
giscanner/mallardwriter.py \
+ giscanner/maintransformer.py \
+ giscanner/message.py \
+ giscanner/shlibs.py \
+ giscanner/scannermain.py \
+ giscanner/sourcescanner.py \
+ giscanner/testcodegen.py \
+ giscanner/transformer.py \
+ giscanner/utils.py \
+ giscanner/xmlwriter.py
+
+templatedir = $(pkglibdir)
+nobase_template_DATA = \
giscanner/doctemplates/C/mallard-C-class.tmpl \
giscanner/doctemplates/C/mallard-C-default.tmpl \
giscanner/doctemplates/C/mallard-C-enum.tmpl \
@@ -59,16 +71,7 @@ pkgpyexec_PYTHON = \
giscanner/doctemplates/Python/mallard-Python-property.tmpl \
giscanner/doctemplates/Python/mallard-Python-record.tmpl \
giscanner/doctemplates/Python/mallard-Python-signal.tmpl \
- giscanner/doctemplates/Python/mallard-Python-vfunc.tmpl \
- giscanner/maintransformer.py \
- giscanner/message.py \
- giscanner/shlibs.py \
- giscanner/scannermain.py \
- giscanner/sourcescanner.py \
- giscanner/testcodegen.py \
- giscanner/transformer.py \
- giscanner/utils.py \
- giscanner/xmlwriter.py
+ giscanner/doctemplates/Python/mallard-Python-vfunc.tmpl
_giscanner_la_CFLAGS = \
$(PYTHON_INCLUDES) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]