summaryrefslogtreecommitdiff
path: root/Makefile-giscanner.am
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2013-01-16 18:06:35 +0100
committerMartin Pitt <martinpitt@gnome.org>2013-01-17 07:54:48 +0100
commite602311ca686ee879b370213c69bb06f50c195b4 (patch)
tree4d3665f3715e3bb437f4df1bfefee0934c118914 /Makefile-giscanner.am
parent4fe47538d317b7824538fa5e42a6981e475c3607 (diff)
downloadgobject-introspection-e602311ca686ee879b370213c69bb06f50c195b4.tar.gz
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
Diffstat (limited to 'Makefile-giscanner.am')
-rw-r--r--Makefile-giscanner.am25
1 files changed, 14 insertions, 11 deletions
diff --git a/Makefile-giscanner.am b/Makefile-giscanner.am
index ef99904f..c43b5bdf 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) \