summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2017-03-31 21:33:36 +0200
committerStefan Sauer <ensonic@users.sf.net>2017-03-31 21:34:45 +0200
commit106afd389337f424b4985e7d2476f3928a8dd0da (patch)
tree3e575f4cba7ee7a182f6b6ac1c485c4480a9718b /Makefile.am
parent4cced3c144634866cbc5844be46f6c39b85b5c89 (diff)
downloadgtk-doc-106afd389337f424b4985e7d2476f3928a8dd0da.tar.gz
mkhtml: split into wrapper and module
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4c20b34..8ee64b9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,6 +39,7 @@ pylibdata_DATA = \
gtkdoc/__init__.py \
gtkdoc/check.py \
gtkdoc/config.py \
+ gtkdoc/mkhtml.py \
gtkdoc/mkman.py
pkgconfigdir = $(datadir)/pkgconfig
@@ -80,6 +81,7 @@ CLEANFILES = \
gtkdoc/__init__.pyc \
gtkdoc/check.pyc \
gtkdoc/config.pyc \
+ gtkdoc/mkhtml.pyc \
gtkdoc/mkman.pyc
DISTCLEANFILES = \