summaryrefslogtreecommitdiff
path: root/Makefile-giscanner.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile-giscanner.am')
-rw-r--r--Makefile-giscanner.am19
1 files changed, 18 insertions, 1 deletions
diff --git a/Makefile-giscanner.am b/Makefile-giscanner.am
index 4f08934c..2879ab20 100644
--- a/Makefile-giscanner.am
+++ b/Makefile-giscanner.am
@@ -47,6 +47,7 @@ pkgpyexec_PYTHON = \
giscanner/introspectablepass.py \
giscanner/libtoolimporter.py \
giscanner/maintransformer.py \
+ giscanner/mdextensions.py \
giscanner/message.py \
giscanner/msvccompiler.py \
giscanner/pkgconfig.py \
@@ -105,7 +106,23 @@ nobase_dist_template_DATA = \
giscanner/doctemplates/mallard/Gjs/property.tmpl \
giscanner/doctemplates/mallard/Gjs/record.tmpl \
giscanner/doctemplates/mallard/Gjs/signal.tmpl \
- giscanner/doctemplates/mallard/Gjs/vfunc.tmpl
+ giscanner/doctemplates/mallard/Gjs/vfunc.tmpl \
+ giscanner/doctemplates/devdocs/Gjs/_doc.tmpl \
+ giscanner/doctemplates/devdocs/Gjs/_index.tmpl \
+ giscanner/doctemplates/devdocs/Gjs/_method.tmpl \
+ giscanner/doctemplates/devdocs/Gjs/_methods.tmpl \
+ giscanner/doctemplates/devdocs/Gjs/_properties.tmpl \
+ giscanner/doctemplates/devdocs/Gjs/_signals.tmpl \
+ giscanner/doctemplates/devdocs/Gjs/_staticmethods.tmpl \
+ giscanner/doctemplates/devdocs/Gjs/_vfuncs.tmpl \
+ giscanner/doctemplates/devdocs/Gjs/base.tmpl \
+ giscanner/doctemplates/devdocs/Gjs/callback.tmpl \
+ giscanner/doctemplates/devdocs/Gjs/class.tmpl \
+ giscanner/doctemplates/devdocs/Gjs/default.tmpl \
+ giscanner/doctemplates/devdocs/Gjs/enum.tmpl \
+ giscanner/doctemplates/devdocs/Gjs/function.tmpl \
+ giscanner/doctemplates/devdocs/Gjs/interface.tmpl \
+ giscanner/doctemplates/devdocs/Gjs/namespace.tmpl
_giscanner_la_CFLAGS = \
$(PYTHON_INCLUDES) \