summaryrefslogtreecommitdiff
path: root/Makefile-giscanner.am
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-01-31 11:14:19 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-01 19:47:41 -0500
commiteed71caaf397b596a0e98c7eaf13525d74fe06da (patch)
treee38d1426826226da7743dbaf6a9e2c44e9bf8181 /Makefile-giscanner.am
parent5559be3d6458f2c83173fe4735daa83c9532e837 (diff)
downloadgobject-introspection-eed71caaf397b596a0e98c7eaf13525d74fe06da.tar.gz
doctool: Switch to a computed page_style for all page templates
This is a quick cleanup before we inherit from a common template for all pages.
Diffstat (limited to 'Makefile-giscanner.am')
-rw-r--r--Makefile-giscanner.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile-giscanner.am b/Makefile-giscanner.am
index c43b5bdf..9865eced 100644
--- a/Makefile-giscanner.am
+++ b/Makefile-giscanner.am
@@ -55,18 +55,22 @@ pkgpyexec_PYTHON = \
templatedir = $(pkglibdir)
nobase_template_DATA = \
giscanner/doctemplates/C/mallard-C-class.tmpl \
+ giscanner/doctemplates/C/mallard-C-constructor.tmpl \
giscanner/doctemplates/C/mallard-C-default.tmpl \
giscanner/doctemplates/C/mallard-C-enum.tmpl \
giscanner/doctemplates/C/mallard-C-function.tmpl \
+ giscanner/doctemplates/C/mallard-C-method.tmpl \
giscanner/doctemplates/C/mallard-C-namespace.tmpl \
giscanner/doctemplates/C/mallard-C-property.tmpl \
giscanner/doctemplates/C/mallard-C-record.tmpl \
giscanner/doctemplates/C/mallard-C-signal.tmpl \
giscanner/doctemplates/C/mallard-C-vfunc.tmpl \
giscanner/doctemplates/Python/mallard-Python-class.tmpl \
+ giscanner/doctemplates/Python/mallard-Python-constructor.tmpl \
giscanner/doctemplates/Python/mallard-Python-default.tmpl \
giscanner/doctemplates/Python/mallard-Python-enum.tmpl \
giscanner/doctemplates/Python/mallard-Python-function.tmpl \
+ giscanner/doctemplates/Python/mallard-Python-method.tmpl \
giscanner/doctemplates/Python/mallard-Python-namespace.tmpl \
giscanner/doctemplates/Python/mallard-Python-property.tmpl \
giscanner/doctemplates/Python/mallard-Python-record.tmpl \