summaryrefslogtreecommitdiff
path: root/Makefile-giscanner.am
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2015-11-15 21:46:12 -0500
committerrockon999 <rockon999@users.noreply.github.com>2018-08-06 02:53:45 -0500
commit7f67146d8254464f396b289ed41c8954d61fe03d (patch)
treeee37ec817a11baf293664d36086c6d010177e409 /Makefile-giscanner.am
parent19c03a46b14f379cfd4ad93e34133312b754efea (diff)
downloadgobject-introspection-7f67146d8254464f396b289ed41c8954d61fe03d.tar.gz
doctool: Output formatter for DevDocs
In order to generate HTML output that DevDocs can easily scrape and display, we add a new output format to g-ir-doc-tool (--format=devdocs). It works similarly to the Mallard output format, but generates very simple HTML instead. We add a new set of Mako templates to generate this output.
Diffstat (limited to 'Makefile-giscanner.am')
-rw-r--r--Makefile-giscanner.am17
1 files changed, 16 insertions, 1 deletions
diff --git a/Makefile-giscanner.am b/Makefile-giscanner.am
index 4f08934c..c51cbf23 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,21 @@ 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/_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) \