summaryrefslogtreecommitdiff
path: root/Makefile-giscanner.am
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-01-31 23:40:20 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-01 19:47:42 -0500
commit7169562133632e11fb4f564211a1db1aa61bab5c (patch)
tree5046869e9d49e1178a18897a10feb8859833814c /Makefile-giscanner.am
parent3209fdf04bdff42033e1f833913c394adcaa2e67 (diff)
downloadgobject-introspection-7169562133632e11fb4f564211a1db1aa61bab5c.tar.gz
doctool: Initial import of a Gjs language that we support
Copy/pasted from Python.
Diffstat (limited to 'Makefile-giscanner.am')
-rw-r--r--Makefile-giscanner.am13
1 files changed, 12 insertions, 1 deletions
diff --git a/Makefile-giscanner.am b/Makefile-giscanner.am
index d5402f6d..728ff10d 100644
--- a/Makefile-giscanner.am
+++ b/Makefile-giscanner.am
@@ -78,7 +78,18 @@ nobase_template_DATA = \
giscanner/doctemplates/Python/property.tmpl \
giscanner/doctemplates/Python/record.tmpl \
giscanner/doctemplates/Python/signal.tmpl \
- giscanner/doctemplates/Python/vfunc.tmpl
+ giscanner/doctemplates/Python/vfunc.tmpl \
+ giscanner/doctemplates/Gjs/class.tmpl \
+ giscanner/doctemplates/Gjs/constructor.tmpl \
+ giscanner/doctemplates/Gjs/default.tmpl \
+ giscanner/doctemplates/Gjs/enum.tmpl \
+ giscanner/doctemplates/Gjs/function.tmpl \
+ giscanner/doctemplates/Gjs/method.tmpl \
+ giscanner/doctemplates/Gjs/namespace.tmpl \
+ giscanner/doctemplates/Gjs/property.tmpl \
+ giscanner/doctemplates/Gjs/record.tmpl \
+ giscanner/doctemplates/Gjs/signal.tmpl \
+ giscanner/doctemplates/Gjs/vfunc.tmpl
_giscanner_la_CFLAGS = \
$(PYTHON_INCLUDES) \